source: opengl-game/game-gui.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: 87 bytes
RevLine 
[f898c5f]1class GameGui {
2 public:
3 virtual void Init();
4 virtual void Shutdown();
5};
Note: See TracBrowser for help on using the repository browser.