source: opengl-game/game-gui.hpp@ 1c6cd5e

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

Add files from the vulkan tutorial

  • Property mode set to 100644
File size: 87 bytes
Line 
1class GameGui {
2 public:
3 virtual void Init();
4 virtual void Shutdown();
5};
Note: See TracBrowser for help on using the repository browser.