Changeset 1ce9afe in opengl-game for game-gui-sdl.hpp
- Timestamp:
- Sep 2, 2019, 7:40:49 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 7fc5e27
- Parents:
- 301d0d4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui-sdl.hpp
r301d0d4 r1ce9afe 16 16 void Shutdown(); 17 17 18 void* CreateWindow(const string& title, unsigned int width, unsigned int height );18 void* CreateWindow(const string& title, unsigned int width, unsigned int height, bool fullscreen); 19 19 void DestroyWindow(); 20 20
Note:
See TracChangeset
for help on using the changeset viewer.