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

View file

@ -23,6 +23,12 @@
#include "general.h"
#include "map.h"
#ifdef LCR_MODULE_NAME
#undef LCR_MODULE_NAME
#endif
#define LCR_MODULE_NAME "asset"
static const char *LCR_texts[] =
{
#define LCR_TEXTS_VERSION 0