Examples: Added .. folder in include path to remove the awkward #include "../imgui_impl_xxx.h" statements.

This commit is contained in:
omar
2018-06-07 19:20:04 +02:00
parent 93b032ea92
commit 77d51ebf24
25 changed files with 75 additions and 64 deletions

View File

@ -7,8 +7,8 @@
// See imgui_impl_glfw.cpp for details.
#include "imgui.h"
#include "../imgui_impl_glfw.h"
#include "../imgui_impl_opengl2.h"
#include "imgui_impl_glfw.h"
#include "imgui_impl_opengl2.h"
#include <stdio.h>
#include <GLFW/glfw3.h>