Continue SDL frontend
This commit is contained in:
parent
7503a5dc2b
commit
afecda260e
4 changed files with 169 additions and 70 deletions
|
@ -2,11 +2,11 @@
|
|||
#define _LCR_SETTINGS_H
|
||||
|
||||
#ifndef LCR_SETTING_RESOLUTION_X
|
||||
#define LCR_SETTING_RESOLUTION_X 800
|
||||
#define LCR_SETTING_RESOLUTION_X 1024
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_RESOLUTION_Y
|
||||
#define LCR_SETTING_RESOLUTION_Y 600
|
||||
#define LCR_SETTING_RESOLUTION_Y 768
|
||||
#endif
|
||||
|
||||
#ifndef LCR_SETTING_MAP_MAX_SIZE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue