Create some files

This commit is contained in:
Miloslav Ciz 2023-07-21 21:17:49 +02:00
parent 372ead89e2
commit 17f7f9d70a
5 changed files with 107 additions and 3 deletions

10
settings.h Normal file
View file

@ -0,0 +1,10 @@
#ifndef _LCR_SETTINGS_H
#define _LCR_SETTINGS_H
#ifndef LCR_SETTING_MAP_MAX_SIZE
/** Maximum number of blocks a map can consist of, decreasing will save RAM
but also rule out loading bigger maps. */
#define LCR_SETTING_MAP_MAX_SIZE 256
#endif
#endif // guard