#pragma once #include #include #include #include "../external/kiero/kiero.h" #include "../external/imgui/imgui.h" #include "../external/imgui/imgui_impl_win32.h" #include "../external/imgui/imgui_impl_dx11.h" typedef HRESULT(__stdcall* Present) (IDXGISwapChain* pSwapChain, UINT SyncInterval, UINT Flags); typedef LRESULT(CALLBACK* WNDPROC)(HWND, UINT, WPARAM, LPARAM); typedef uintptr_t PTR;