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

@ -46,6 +46,12 @@
#define S3L_NEAR (10 * (S3L_F / 16)) // too low value will cause overflows
#include "small3dlib.h"
#ifdef LCR_MODULE_NAME
#undef LCR_MODULE_NAME
#endif
#define LCR_MODULE_NAME "rend"
/// Renderer specific unit, length of one map square.
#define LCR_RENDERER_UNIT (S3L_F)