Changeset 98f3232 in opengl-game for game-gui-sdl.hpp
- Timestamp:
- Jul 11, 2019, 3:53:03 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 321272c
- Parents:
- f286a10
- git-author:
- Dmitry Portnoy <dmitry.portnoy@…> (07/11/19 15:50:51)
- git-committer:
- Dmitry Portnoy <dmitry.portnoy@…> (07/11/19 15:53:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui-sdl.hpp
rf286a10 r98f3232 1 //#include "game-gui.hpp"1 #include "game-gui.hpp" 2 2 3 #define RTWO_SUCCESS true 4 #define RTWO_ERROR false 5 6 class GameGui_SDL { 3 class GameGui_SDL : public GameGui { 7 4 public: 8 5 bool Init();
Note:
See TracChangeset
for help on using the changeset viewer.