]> 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 3aa8e1452c8b3d93fa5ab08d696efbbd1819a7e2..504e67310aee6c7547c41aa925bdc0dab251097b 100755 (executable)
@@ -261,16 +261,11 @@ typedef   struct          {
                                                                        joyMultXH,joyMultYH;\r
                                        } JoystickDef;\r
 \r
-typedef struct// instat\r
+/*typedef struct// inconfig\r
 {\r
        boolean         IN_Started;\r
        boolean         CapsLock;\r
        ScanCode        CurCode,LastCode;\r
-} in_status_t;\r
-\r
-typedef struct// inconfig\r
-{\r
-       in_status_t instat;\r
 //\r
 // configuration variables\r
 //\r
@@ -286,8 +281,7 @@ typedef struct// inconfig
 \r
        KeyboardDef     KbdDefs[MaxKbds];\r
        JoystickDef     JoyDefs[MaxJoys];\r
-} in_info_t;\r
-#define ININFO_                        gvar->in.\r
+} in_info_t;*/\r
 \r
 //==========================================================================\r
 \r
@@ -619,7 +613,7 @@ typedef struct
        loghandle_t     handle; //handles for file logging\r
        kurokku_t       kurokku;        //clock struct\r
        mminfo_t        mm; mminfotype  mmi;    // mm stuff\r
-       in_info_t       in;             // 16_in info\r
+//++++ in_info_t       in;             // 16_in info\r
        player_t        player[MaxPlayers];     // player vars\r
 //==== word far*       clockw;         /* 18.2hz clock */\r
 } global_game_variables_t;\r