Changeset 692 for Daodan/src/Oni.h
- Timestamp:
- Mar 7, 2013, 6:26:13 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Oni.h
r690 r692 1 #pragma once2 1 #ifndef ONI_H 3 2 #define ONI_H 4 3 5 4 #include "Daodan.h" 6 #include "oni_gl.h" 7 //#include <stdint.h> 5 #include "Oni_GL.h" 8 6 #include <windows.h> 9 7 #include "Oni_GameState.h" 8 10 9 typedef unsigned char onibool; 11 10 12 typedef struct 13 { 11 typedef struct { 14 12 HINSTANCE Instance; 15 13 HWND Window; … … 22 20 void** PointerList, //Where the found pointers go 23 21 int* FoundCount //Where the number of pointers found go. 24 22 ); 25 23 26 24 #include "Oni_Symbols.h"
Note:
See TracChangeset
for help on using the changeset viewer.