From 59e6235113a4d933811aa2cf6fdc8282ce394b9d Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 10 Nov 2020 18:46:11 +0800 Subject: *window --- Editor/GUI/WinUtils.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 Editor/GUI/WinUtils.h (limited to 'Editor/GUI/WinUtils.h') diff --git a/Editor/GUI/WinUtils.h b/Editor/GUI/WinUtils.h new file mode 100644 index 0000000..9257d77 --- /dev/null +++ b/Editor/GUI/WinUtils.h @@ -0,0 +1,17 @@ +#ifndef WINUTILS_H +#define WINUTILS_H + +#include + +namespace winutils +{ + HINSTANCE GetInstanceHandle(); + + // ×¢²áwindows´°¿ÚÀà + ATOM RegisterWindowClass(const wchar_t* className, WNDPROC windowProc, unsigned int style); + void UnregisterWindowClass(const wchar_t* className); + + +} + +#endif \ No newline at end of file -- cgit v1.1-26-g67d0