Changeset d8cb15e in opengl-game for game-gui-glfw.hpp
- Timestamp:
- Aug 30, 2019, 7:30:53 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 5529ab5
- Parents:
- d5f2b42
- File:
-
- 1 edited
-
game-gui-glfw.hpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
game-gui-glfw.hpp
rd5f2b42 rd8cb15e 12 12 class GameGui_GLFW : public GameGui { 13 13 public: 14 string& GetError(); 15 16 static string s_errorMessage; // Has to be public so that glfw_error_callback can access it 17 14 18 bool Init(); 15 19 void Shutdown(); … … 29 33 }; 30 34 35 void glfw_error_callback(int error, const char* description); 36 31 37 #endif // _GAME_GUI_GLFW_H
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/medieval/chrome/site/your_project_logo.png)