Add module names

This commit is contained in:
Miloslav Ciz 2025-05-28 22:34:20 +02:00
parent 0bbbc26f2a
commit eb640d27a1
7 changed files with 73 additions and 6 deletions

6
map.h
View file

@ -59,6 +59,12 @@
#include "general.h"
#ifdef LCR_MODULE_NAME
#undef LCR_MODULE_NAME
#endif
#define LCR_MODULE_NAME "map"
#define LCR_MAP_NAME_MAX_LEN 15 /**< Maximum map name length (without
terminating zero. */
#define LCR_BLOCK_START_CHAR ':'