source: opengl-game/game-gui.hpp@ 80de39d

feature/imgui-sdl points-test
Last change on this file since 80de39d 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
Line 
1class GameGui {
2 public:
3 virtual void Init();
4 virtual void Shutdown();
5};
Note: See TracBrowser for help on using the repository browser.