Fixed Travis path + various paths in comments/documentations

This commit is contained in:
omar
2018-06-10 16:14:43 +02:00
parent 5a13e4dcde
commit 6f7b7807ad
8 changed files with 12 additions and 12 deletions

View File

@ -3,7 +3,7 @@
// (GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.)
// **DO NOT USE THIS CODE IF YOUR CODE/ENGINE IS USING MODERN OPENGL (SHADERS, VBO, VAO, etc.)**
// **Prefer using the code in the opengl3_example/ folder**
// **Prefer using the code in the example_glfw_opengl2/ folder**
// See imgui_impl_glfw.cpp for details.
#include "imgui.h"