Examples: Add missing include guards (#2166)

This commit is contained in:
Michał Janiszewski
2018-11-01 20:56:36 +01:00
committed by omar
parent ed0f7004d0
commit 2e6e1bec58
12 changed files with 24 additions and 0 deletions

View File

@ -8,6 +8,8 @@
// Missing features:
// [ ] Platform: Gamepad support (best leaving it to user application to fill io.NavInputs[] with gamepad inputs from their source of choice).
#pragma once
IMGUI_IMPL_API bool ImGui_ImplWin32_Init(void* hwnd);
IMGUI_IMPL_API void ImGui_ImplWin32_Shutdown();
IMGUI_IMPL_API void ImGui_ImplWin32_NewFrame();