Examples: Titles/comments in headers

This commit is contained in:
omar
2018-02-21 23:05:17 +01:00
parent 91cadc1130
commit f7ef10e547
22 changed files with 61 additions and 41 deletions

View File

@ -1,3 +1,6 @@
// ImGui Platform Binding for: Windows (standard windows API for 32 and 64 bits applications)
// This needs to be used along with a Renderer (e.g. DirectX11, OpenGL3, Vulkan..)
#include "imgui.h"
#include "imgui_impl_win32.h"
#define WIN32_LEAN_AND_MEAN