]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_tdef.h
__seguse.txt added to show _seg usage also OpenVGMFile needs to be ported to 16_snd...
[16.git] / src / lib / 16_tdef.h
index e386f1fb981de6ee0f8400dc60237189c72568fe..27f43adc24866c90574f5ad96b5f33c56f8f0d35 100755 (executable)
@@ -290,23 +290,24 @@ typedef   struct          {
 typedef struct// inconfig\r
 {\r
        boolean         IN_Started;\r
-       boolean         CapsLock;\r
-       ScanCode        CurCode,LastCode;\r
+//     boolean         CapsLock;\r
+//     ScanCode        CurCode,LastCode;\r
 //\r
 // configuration variables\r
 //\r
-       boolean         Keyboard[NumCodes],\r
-                                       JoysPresent[MaxJoys],\r
+//     boolean         Keyboard[NumCodes],\r
+       boolean         JoysPresent[MaxJoys],\r
                                        MousePresent,\r
                                        JoyPadPresent;\r
 \r
 //     Global variables\r
-       boolean         Paused;\r
-       char            LastASCII;\r
-       ScanCode        LastScan;\r
+//     boolean         Paused;\r
+//     char            LastASCII;\r
+//     ScanCode        LastScan;\r
 \r
        KeyboardDef     KbdDefs[MaxKbds];\r
        JoystickDef     JoyDefs[MaxJoys];\r
+       struct  instat  *inst;\r
 } in_info_t;\r
 \r
 //==========================================================================\r