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

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

Add files from the vulkan tutorial

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