forked from external/yambar
Put each module in its own subdirectory
This commit is contained in:
parent
75bdd2ad3c
commit
8809cbb481
24 changed files with 73 additions and 71 deletions
7
modules/clock/clock.h
Normal file
7
modules/clock/clock.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#pragma once
|
||||
|
||||
#include "../../module.h"
|
||||
#include "../../particle.h"
|
||||
|
||||
struct module *module_clock(
|
||||
struct particle *label, const char *date_format, const char *time_format);
|
Loading…
Add table
Add a link
Reference in a new issue