fix wndproc hook

This commit is contained in:
FunkyFr3sh 2021-03-02 22:50:06 +01:00
parent 8f8fd74e3b
commit 2561147a4a
3 changed files with 3 additions and 5 deletions

View file

@ -80,7 +80,7 @@ typedef struct cnc_ddraw
} render;
HWND hwnd;
LRESULT (CALLBACK *wndproc)(HWND, UINT, WPARAM, LPARAM);
WNDPROC wndproc;
struct { float x; float y; } cursor;
BOOL locked;
BOOL adjmouse;