summaryrefslogtreecommitdiff
path: root/src/extern/wog.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2020-07-28 00:30:33 +0800
committerchai <chaifix@163.com>2020-07-28 00:30:33 +0800
commit5dfdb6b58b2dc7bbd3348004c1fcd17e23fea48b (patch)
treea03f1a01382595ed50cc4780a728b22013f6d5a0 /src/extern/wog.h
parent690f20cdbe8dad3fce7a547934a5a8322303342d (diff)
*embed resource in exeHEADmaster
Diffstat (limited to 'src/extern/wog.h')
-rw-r--r--src/extern/wog.h2
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