aboutsummaryrefslogtreecommitdiffstats
path: root/src/sldjConfig.h
blob: 4865538c12d57110dffb572a776563d1ca03945f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef CONFIG_SLDJ_H
#define CONFIG_SLDJ_H

#define WINDOW_WIDTH 960
#define WINDOW_HEIGHT 720

#define DEFAULT_SCREEN_WIDTH 640
#define DEFAULT_SCREEN_HEIGHT 480

#define DEFAULT_FRAME_RATE 24

#define SLDJ_NAMEMAX 255

#endif