X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=16%2Fsrc%2Flib%2F16_in.h;h=9e57fe83d882417d459b15996f09d300512d3f52;hb=e26d9f2f0a5705ab73e9b531000f1fad8a1a5466;hp=410831addc044cbf6c236aa3b6ed848ff88e802a;hpb=cebaf1917d42811e00a83887022f49e7351559b9;p=16.git diff --git a/16/src/lib/16_in.h b/16/src/lib/16_in.h index 410831ad..9e57fe83 100644 --- a/16/src/lib/16_in.h +++ b/16/src/lib/16_in.h @@ -215,7 +215,7 @@ typedef struct ============================================================================= */ -/*extern struct inconfig +/*typedef struct { boolean MousePresent; boolean JoysPresent[MaxJoys]; @@ -228,7 +228,7 @@ typedef struct KeyboardDef KbdDefs[MaxKbds]; JoystickDef JoyDefs[MaxJoys]; JoypadDef JoypadDefs[MaxPads]; -} inpu;*/ +} inconfig;*/ #ifdef DEMO0 static Demo DemoMode = demo_Off; @@ -236,6 +236,7 @@ typedef struct static word DemoOffset,DemoSize; #endif +//extern inconfig inpu; extern dword far* clockdw; // Internal routines