]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/16_tail.h
0.exe is not working how i want
[16.git] / src / lib / 16_tail.h
index d9d37b1632e768a72cf4c1d9f81b9033e6a66518..e9cba2adcd9fd6954bcbd7d15c6d32ced145c410 100755 (executable)
 #define        __16_TAIL__\r
 \r
 #include "src/lib/16_head.h"\r
+#include "src/lib/16text.h"\r
 #include "src/lib/16_pm.h"\r
 #include "src/lib/16_mm.h"\r
 #include "src/lib/16_ca.h"\r
 #include "src/lib/16_in.h"\r
 \r
-extern boolean dbg_debugpm;\r
+#define FUNCTIONKEYFUNCTIONS \\r
+       if(IN_KeyDown(sc_F6)){ modexShowPage(&gvar.video.page[0]); IN_UserInput(1,1); } \\r
+       if(IN_KeyDown(sc_F7)){ modexShowPage_(&gvar.video.page[0]); IN_UserInput(1,1); }\r
+#define FUNCTIONKEYFUNCTIONS0EXE \\r
+       if(IN_KeyDown(sc_F6)){ modexShowPage(&gvar.video.page[pan.pn]); IN_UserInput(1,1); } \\r
+       if(IN_KeyDown(sc_F7)){ modexShowPage_(&gvar.video.page[pan.pn]); IN_UserInput(1,1); }\r
 \r
 void DebugMemory_(global_game_variables_t *gvar, boolean q);\r
 void Shutdown16(global_game_variables_t *gvar);\r
 void Startup16(global_game_variables_t *gvar);\r
-#ifdef __WATCOMC__\r
-void Quit (char *error);\r
-#endif\r
+void ClearMemory (global_game_variables_t *gvar);\r
+void Quit (global_game_variables_t *gvar, char *error);\r
+void nibbletest();\r
+void booleantest();\r
 \r
-#endif\r
+#endif /*__16_TAIL__ */\r