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