mirror of
https://github.com/Drezil/imgui.git
synced 2025-07-04 12:08:47 +02: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