mirror of
https://gitlab.com/drummyfish/anarch.git
synced 2025-02-07 02:30:15 -05:00
11 lines
175 B
C
11 lines
175 B
C
#ifndef _SFG_SETTINGS_H
|
|
#define _SFG_SETTINGS_H
|
|
|
|
#define SFG_FPS 60
|
|
#define SFG_RESOLUTION_X 1024
|
|
#define SFG_RESOLUTION_Y 768
|
|
|
|
#define SFG_DITHERED_SHADOW 1
|
|
|
|
#endif // guard
|