diff options
| author | Federico Angelilli <code@fedang.net> | 2024-09-08 13:07:22 +0200 |
|---|---|---|
| committer | Federico Angelilli <code@fedang.net> | 2024-09-08 13:07:22 +0200 |
| commit | 43238419974e599a84f17b5faa8fb52401bdfe90 (patch) | |
| tree | 6b27b61d081e4f4c8399b3caf8551d1ba75adf1e /src/blocks/info.h | |
| parent | 6d0ce31b0ae5df97d4a340c54b66d95598b336a4 (diff) | |
Refactor config parsing
Diffstat (limited to 'src/blocks/info.h')
| -rw-r--r-- | src/blocks/info.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/src/blocks/info.h b/src/blocks/info.h deleted file mode 100644 index 2b42c72..0000000 --- a/src/blocks/info.h +++ /dev/null @@ -1,12 +0,0 @@ -#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; - -extern const config_block_t block_ram_info; - -#endif |
