diff options
Diffstat (limited to 'src/extern/wog.h')
-rw-r--r-- | src/extern/wog.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/extern/wog.h b/src/extern/wog.h index c5e5c06..89c98fb 100644 --- a/src/extern/wog.h +++ b/src/extern/wog.h @@ -214,4 +214,6 @@ void wog_setcursorImage(wog_Window* wnd, Wog_Cursor icon); void wog_setMouseCapture(wog_Window* wnd); void wog_releaseMouseCapture(wog_Window* wnd); +HINSTANCE wog_get_instance(); + #endif
\ No newline at end of file |