blob: c8285bd8a1bfd948023817a224e4533de14f6f7d (
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 480
#define DEFAULT_SCREEN_HEIGHT 360
#define DEFAULT_FRAME_RATE 24
#define SLDJ_NAMEMAX 255
#endif
|