Start sdl
This commit is contained in:
parent
891d0f67a1
commit
b542fa8cc1
3 changed files with 22 additions and 5 deletions
|
@ -1,6 +1,14 @@
|
|||
#ifndef _LCR_SETTINGS_H
|
||||
#define _LCR_SETTINGS_H
|
||||
|
||||
#ifndef LCR_SETTING_RESOLUTION_X
|
||||
#define LCR_SETTING_RESOLUTION_X 800
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_RESOLUTION_Y
|
||||
#define LCR_SETTING_RESOLUTION_Y 600
|
||||
#endif
|
||||
|
||||
#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. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue