Changeset c58ebc3 in opengl-game for imgui_example.cpp
- Timestamp:
- May 6, 2018, 10:21:20 PM (7 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- c1ca5b5
- Parents:
- 54b6d6b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
imgui_example.cpp
r54b6d6b rc58ebc3 3 3 // (GLFW is a cross-platform general purpose library for handling windows, inputs, OpenGL/Vulkan graphics context creation, etc.) 4 4 5 #include " imgui.h"5 #include "IMGUI/imgui.h" 6 6 #include "imgui_impl_glfw_gl3.h" 7 7 #include <stdio.h>
Note:
See TracChangeset
for help on using the changeset viewer.