Changeset 427 for Daodan/src/Daodan_WindowHack.c
- Timestamp:
- Jul 16, 2009, 8:10:18 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan_WindowHack.c
r354 r427 6 6 #include "BFW_Motoko_Draw.h" 7 7 #include "oni_gl.h" 8 9 #include "Oni_Character.h" 8 10 9 11 volatile HWND onihwnd, boxhwnd = NULL; … … 129 131 lpPoint->y = gl->DisplayMode.Height / 2; 130 132 } 133 if (GetAsyncKeyState(VK_F12)) 134 { 135 CHARTest(); 136 } 131 137 else 132 138 {
Note:
See TracChangeset
for help on using the changeset viewer.