mirror of
https://github.com/ocornut/imgui.git
synced 2025-09-06 11:28:31 +00:00
Examples: Clang/Linux warning fixes.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
// ImGui - standalone example application for Glfw + OpenGL 3, using programmable pipeline
|
||||
|
||||
#include <imgui.h>
|
||||
#include "imgui_impl_glfw_GL3.h"
|
||||
#include "imgui_impl_glfw_gl3.h"
|
||||
#include <stdio.h>
|
||||
#include <GL/gl3w.h>
|
||||
#include <GLFW/glfw3.h>
|
||||
|
Reference in New Issue
Block a user