Create some files
This commit is contained in:
parent
372ead89e2
commit
17f7f9d70a
5 changed files with 107 additions and 3 deletions
10
settings.h
Normal file
10
settings.h
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue