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