source: opengl-game/game-gui-sdl.hpp@ 321272c

feature/imgui-sdl points-test
Last change on this file since 321272c was 98f3232, checked in by Dmitry Portnoy <dmitry.portnoy@…>, 5 years ago

Use GameGui as the base class for GameGui_SDL

  • Property mode set to 100644
File size: 117 bytes
Line 
1#include "game-gui.hpp"
2
3class GameGui_SDL : public GameGui {
4 public:
5 bool Init();
6 void Shutdown();
7};
Note: See TracBrowser for help on using the repository browser.