blob: 3d30eeb06f0cd565afb2896eaffaac98cf5b5133 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/emu.c.orig 2003-07-11 13:43:26 UTC
+++ src/emu.c
@@ -54,6 +54,8 @@ Uint8 jmap[8]={1,1,0,0,3,2,0,1};
Sint16 *joy_axis;
Uint8 *joy_but;
+GNGB_CONF conf;
+
/* Configuration File */
#define UINTEGER8 1
|