// // Created by kyle on 2023-10-04. // #ifndef KGE_PLATFORM_H #define KGE_PLATFORM_H #ifdef WIN32 #include extern IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam); #endif #ifdef linux #endif #endif //KGE_PLATFORM_H