forked from TeamTofuShop/segatools
idzio/wnd.c: Add helper for message window creation
This commit is contained in:
5
idzio/wnd.h
Normal file
5
idzio/wnd.h
Normal file
@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
HRESULT idz_io_wnd_create(HINSTANCE inst, HWND *out);
|
Reference in New Issue
Block a user