source:
opengl-game/game-gui.hpp@
ebeb3aa
Last change on this file since ebeb3aa was 98f3232, checked in by , 5 years ago | |
---|---|
|
|
File size: 177 bytes |
Line | |
---|---|
1 | #define RTWO_SUCCESS true |
2 | #define RTWO_ERROR false |
3 | |
4 | class GameGui { |
5 | public: |
6 | virtual ~GameGui() {}; |
7 | |
8 | virtual bool Init() = 0; |
9 | virtual void Shutdown() = 0; |
10 | }; |
Note:
See TracBrowser
for help on using the repository browser.