# | Line 2 | Line 2 | |
---|---|---|
2 | #ifndef ONI_H | |
3 | #define ONI_H | |
4 | ||
5 | + | #include "Daodan.h" |
6 | + | |
7 | typedef struct | |
8 | { | |
9 | HINSTANCE Instance; | |
# | Line 13 | Line 15 | short ONICALL ONrPlatform_Initialize(ONt | |
15 | LRESULT CALLBACK ONrPlatform_WindowProc(HWND Window, UINT Message, WPARAM WParam, LPARAM LParam); | |
16 | ||
17 | extern HINSTANCE g_Instance; | |
18 | + | extern ONtPlatformData ONgPlatformData; |
19 | ||
20 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |