mirror of
https://github.com/ocornut/imgui.git
synced 2026-01-11 00:04:24 +00:00
Examples: Add missing include guards (#2166)
This commit is contained in:
parent
ed0f7004d0
commit
2e6e1bec58
12 changed files with 24 additions and 0 deletions
|
|
@ -16,6 +16,8 @@
|
|||
// The 'glsl_version' initialization parameter defaults to "#version 150" if NULL.
|
||||
// Only override if your GL version doesn't handle this GLSL version. Keep NULL if unsure!
|
||||
|
||||
#pragma once
|
||||
|
||||
struct GLFWwindow;
|
||||
|
||||
IMGUI_IMPL_API bool ImGui_ImplGlfw_InitForOpenGL(GLFWwindow* window, bool install_callbacks);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue