summaryrefslogtreecommitdiff
path: root/spout.c
diff options
context:
space:
mode:
Diffstat (limited to 'spout.c')
-rw-r--r--spout.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/spout.c b/spout.c
index d66374c..a53e364 100644
--- a/spout.c
+++ b/spout.c
@@ -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;