Licar/settings.h
2023-07-21 21:17:49 +02:00

11 lines
269 B
C

#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