diff options
| author | Federico Angelilli <code@fedang.net> | 2024-07-13 00:12:09 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-07-13 00:12:09 +0200 |
| commit | f10d68879e358a2642573d408bbc47f1c759d387 (patch) | |
| tree | 629d317ccabb9f92adc0cab2d9f2e856fdc53826 /src/blocks/info.h | |
| parent | a60a1a755598240f5a7705070179bfa707ad4c56 (diff) | |
Separate block infos
Diffstat (limited to 'src/blocks/info.h')
| -rw-r--r-- | src/blocks/info.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/blocks/info.h b/src/blocks/info.h new file mode 100644 index 0000000..c5ea38e --- /dev/null +++ b/src/blocks/info.h @@ -0,0 +1,10 @@ +#ifndef COMET_BLOCKS_H +#define COMET_BLOCKS_H + +#include "../config.h" + +extern const config_block_t block_text_info; + +extern const config_block_t block_group_info; + +#endif |
