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++

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