source:
opengl-game/game-gui-sdl.hpp@
1c6cd5e
Last change on this file since 1c6cd5e was f898c5f, checked in by , 6 years ago | |
---|---|
|
|
File size: 154 bytes |
Rev | Line | |
---|---|---|
[f898c5f] | 1 | //#include "game-gui.hpp" |
2 | ||
3 | #define RTWO_SUCCESS true | |
4 | #define RTWO_ERROR false | |
5 | ||
6 | class GameGui_SDL { | |
7 | public: | |
8 | bool Init(); | |
9 | void Shutdown(); | |
10 | }; |
Note:
See TracBrowser
for help on using the repository browser.