# | Line 10 | Line 10 | typedef struct | |
---|---|---|
10 | ||
11 | void __cdecl ONiMain(int ArgCount, char *ArgList[]); | |
12 | short ONICALL ONrPlatform_Initialize(ONtPlatformData *PlatformData); | |
13 | + | LRESULT CALLBACK ONrPlatform_WindowProc(HWND Window, UINT Message, WPARAM WParam, LPARAM LParam); |
14 | + | |
15 | + | extern HINSTANCE g_Instance; |
16 | ||
17 | #endif |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |