source: opengl-game/game-gui-sdl.hpp@ fd70015

feature/imgui-sdl points-test
Last change on this file since fd70015 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
RevLine 
[98f3232]1#include "game-gui.hpp"
[f898c5f]2
[98f3232]3class GameGui_SDL : public GameGui {
[f898c5f]4 public:
5 bool Init();
6 void Shutdown();
7};
Note: See TracBrowser for help on using the repository browser.