source:
opengl-game/game-gui-sdl.hpp@
75108ef
Last change on this file since 75108ef was 98f3232, checked in by , 5 years ago | |
---|---|
|
|
File size: 117 bytes |
Line | |
---|---|
1 | #include "game-gui.hpp" |
2 | |
3 | class GameGui_SDL : public GameGui { |
4 | public: |
5 | bool Init(); |
6 | void Shutdown(); |
7 | }; |
Note:
See TracBrowser
for help on using the repository browser.