]> icculus.org git repositories - crow/jumpnbump.git/blob - config.h
Fixes for SDL and VisualC.
[crow/jumpnbump.git] / config.h
1 #ifndef __CONFIG_H
2 #define __CONFIG_H
3
4 #ifdef USE_SDL
5 # define JNB_WIDTH 400
6 # define JNB_HEIGHT 256
7 #endif
8
9 /* 
10 #define __USE_XOPEN
11 #define __USE_BSD 
12 #define __USE_POSIX
13 */
14
15 #endif