diff options
Diffstat (limited to 'Editor/GUI/WinUtils.h')
-rw-r--r-- | Editor/GUI/WinUtils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Editor/GUI/WinUtils.h b/Editor/GUI/WinUtils.h index 9257d77..bef6420 100644 --- a/Editor/GUI/WinUtils.h +++ b/Editor/GUI/WinUtils.h @@ -5,7 +5,7 @@ namespace winutils
{
- HINSTANCE GetInstanceHandle();
+ HINSTANCE GetInstanceHandle();
// ×¢²áwindows´°¿ÚÀà
ATOM RegisterWindowClass(const wchar_t* className, WNDPROC windowProc, unsigned int style);
|