source:
opengl-game/game-gui.hpp@
4befb76
| Last change on this file since 4befb76 was 98f3232, checked in by , 6 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.
![(please configure the [header_logo] section in trac.ini)](/medieval/chrome/site/your_project_logo.png)