idac: test

This commit is contained in:
2023-04-23 16:13:51 +02:00
parent 74c8b312c5
commit 555784258a
35 changed files with 2897 additions and 1 deletions

5
idacio/wnd.h Normal file
View File

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