You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
defender-control/src/defender-control/gui.hpp

12 lines
201 B
C++

#pragma once
#include <Windows.h>
#include <imgui_impl_win32.h>
extern IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(
HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
namespace gui
{
}