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 451 by rossy, Fri Jul 17 05:04:02 2009 UTC vs.
Revision 452 by rossy, Mon Aug 10 09:09:53 2009 UTC

# Line 4 | Line 4
4  
5   #include "Daodan.h"
6  
7 + #include <stdint.h>
8 + #include <windows.h>
9 +
10   typedef struct
11   {
12          HINSTANCE Instance;
# Line 14 | Line 17 | void __cdecl ONiMain(int ArgCount, char
17   short ONICALL ONrPlatform_Initialize(ONtPlatformData *PlatformData);
18   LRESULT CALLBACK ONrPlatform_WindowProc(HWND Window, UINT Message, WPARAM WParam, LPARAM LParam);
19  
20 + uint8_t ONICALL ONrCheater(uint32_t cheat);
21 +
22   extern HINSTANCE g_Instance;
23   extern ONtPlatformData ONgPlatformData;
24  

Diff Legend

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