OSDN Git Service

makefile polished!! it seems everything works reletively ok and i added f6 and f7...
[proj16/16.git] / src / lib / 16_tail.h
index f268469..5206da5 100755 (executable)
 #include "src/lib/16_ca.h"\r
 #include "src/lib/16_in.h"\r
 \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
+\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