source:
opengl-game/game-gui-sdl.hpp@
f286a10
Last change on this file since f286a10 was f898c5f, checked in by , 5 years ago | |
---|---|
|
|
File size: 154 bytes |
Line | |
---|---|
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.