#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