Changeset 3de31cf in opengl-game for opengl-game.hpp
- Timestamp:
- Oct 3, 2019, 3:46:06 AM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- ee75487
- Parents:
- 7d2b0b9
- git-author:
- Dmitry Portnoy <dmp1488@…> (10/03/19 03:45:53)
- git-committer:
- Dmitry Portnoy <dmp1488@…> (10/03/19 03:46:06)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
opengl-game.hpp
r7d2b0b9 r3de31cf 6 6 7 7 #include "game-gui-glfw.hpp" 8 #include "graphics-pipeline_opengl.hpp" 8 9 9 10 class OpenGLGame { … … 16 17 private: 17 18 GameGui* gui; 19 20 vector<GraphicsPipeline_OpenGL> graphicsPipelines; 21 18 22 GLFWwindow* window; 19 23
Note:
See TracChangeset
for help on using the changeset viewer.