ViewVC Help
View File | Revision Log | View Changeset | Root Listing
root/Oni2/Daodan/src/Oni.h
(Generate patch)

Comparing Daodan/src/Oni.h (file contents):
Revision 690 by alloc, Wed Mar 6 18:33:15 2013 UTC vs.
Revision 692 by alloc, Thu Mar 7 17:26:13 2013 UTC

# Line 1 | Line 1
1 #pragma once
1   #ifndef ONI_H
2   #define ONI_H
3  
4   #include "Daodan.h"
5 < #include "oni_gl.h"
7 < //#include <stdint.h>
5 > #include "Oni_GL.h"
6   #include <windows.h>
7   #include "Oni_GameState.h"
8 +
9   typedef unsigned char onibool;
10  
11 < typedef struct
13 < {
11 > typedef struct {
12          HINSTANCE Instance;
13          HWND Window;
14   } ONtPlatformData;
# Line 21 | Line 19 | void ONICALL TMrInstance_GetDataPtr_List
19          int MaxCount,           //# of elements in PointerList
20          void** PointerList, //Where the found pointers go
21          int* FoundCount         //Where the number of pointers found go.
22 <        );
22 > );
23  
24   #include "Oni_Symbols.h"
25  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)