Changeset d5f2b42 in opengl-game for game-gui-sdl.hpp
- Timestamp:
- Aug 30, 2019, 7:25:55 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- d8cb15e
- Parents:
- d02c25f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui-sdl.hpp
rd02c25f rd5f2b42 11 11 class GameGui_SDL : public GameGui { 12 12 public: 13 string& GetError(); 14 13 15 bool Init(); 14 16 void Shutdown(); … … 26 28 private: 27 29 SDL_Window* window; 30 31 static string s_errorMessage; 28 32 }; 29 33
Note:
See TracChangeset
for help on using the changeset viewer.