diff options
Diffstat (limited to 'src/extern/wog.h')
-rw-r--r-- | src/extern/wog.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/extern/wog.h b/src/extern/wog.h index 6c5bc08..2052d07 100644 --- a/src/extern/wog.h +++ b/src/extern/wog.h @@ -206,4 +206,8 @@ void wog_registerQuitCallback(wog_Callback cal); wog_Surface* wog_getsurface(wog_Window* wnd); +void wog_setcursor(wog_Window* wnd, unsigned int cursor); +void wog_setcursorImage(wog_Window* wnd, const char* path); + + #endif
\ No newline at end of file |