idzio/wnd.c: Add helper for message window creation

This commit is contained in:
Tau
2019-09-28 18:46:35 -04:00
parent 254fcf66e6
commit e050dd7837
3 changed files with 93 additions and 0 deletions

5
idzio/wnd.h Normal file
View File

@ -0,0 +1,5 @@
#pragma once
#include <windows.h>
HRESULT idz_io_wnd_create(HINSTANCE inst, HWND *out);