1 2 3 4 5 6 7 8 9 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