Changeset 1ce9afe in opengl-game for game-gui.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.hpp
r301d0d4 r1ce9afe 8 8 #include <vulkan/vulkan.h> 9 9 #endif 10 11 // TODO: Remove the line below once the couts in the game-gui-* files are moved 12 #include <iostream> 10 13 11 14 using namespace std; … … 20 23 virtual void Shutdown() = 0; 21 24 22 virtual void* CreateWindow(const string& title, unsigned int width, unsigned int height ) = 0;25 virtual void* CreateWindow(const string& title, unsigned int width, unsigned int height, bool fullscreen) = 0; 23 26 virtual void DestroyWindow() = 0; 24 27
Note:
See TracChangeset
for help on using the changeset viewer.