Add module names
This commit is contained in:
parent
0bbbc26f2a
commit
eb640d27a1
7 changed files with 73 additions and 6 deletions
6
map.h
6
map.h
|
@ -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 ':'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue