Backends: Comments next to include, misc minor comments/tweaks, fix imgui_impl_osx.h using IMGUI_API instead of IMGUI_IMPL_API. (#3105)

This commit is contained in:
omar
2020-04-07 11:02:29 +02:00
parent 00927105ba
commit cc0e43e631
15 changed files with 27 additions and 39 deletions

View File

@ -17,8 +17,7 @@
// Only override if your GL version doesn't handle this GLSL version. Keep NULL if unsure!
#pragma once
#include "imgui.h"
#include "imgui.h" // IMGUI_IMPL_API
struct GLFWwindow;