Changeset f6521fb in opengl-game for game-gui-sdl.hpp
- Timestamp:
- Sep 13, 2019, 1:30:24 AM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- c61323a
- Parents:
- 203ab1b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui-sdl.hpp
r203ab1b rf6521fb 18 18 void* createWindow(const string& title, int width, int height, bool fullscreen); 19 19 void destroyWindow(); 20 21 void processEvents(); 22 int pollEvent(UIEvent* event); 20 23 21 24 // temporary
Note:
See TracChangeset
for help on using the changeset viewer.