Changeset f133da0 in opengl-game for opengl-game.hpp
- Timestamp:
- Sep 16, 2019, 2:09:05 AM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- c6fec84
- Parents:
- df2cc24
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
opengl-game.hpp
rdf2cc24 rf133da0 1 1 #ifndef _OPENGL_GAME_H 2 2 #define _OPENGL_GAME_H 3 4 #include "IMGUI/imgui.h" 5 #include "imgui_impl_glfw_gl3.h" 3 6 4 7 #include "game-gui-glfw.hpp" … … 18 21 void initOpenGL(); 19 22 void mainLoop(); 23 void renderScene(); 24 void renderUI(); 20 25 void cleanup(); 21 26 };
Note:
See TracChangeset
for help on using the changeset viewer.