diff options
-rw-r--r-- | spout.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -12,7 +12,6 @@ #include "spout.h" #include "sintable.h" #include "font.h" -#include "config.h" #define FRAMERATE 50 #define MAX_GRAIN 500 @@ -94,6 +93,8 @@ void pceFontSetType(int type); void pceLCDTrans(); int pcePadGet(); +#include "config.h" + void pceAppInit(void) { vBuffer = vbuff; |