Changeset 5edbd58 in opengl-game for main-vulkan.cpp
- Timestamp:
- Sep 2, 2019, 5:23:40 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 301d0d4
- Parents:
- 2beb6c7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main-vulkan.cpp
r2beb6c7 r5edbd58 3 3 #include <iostream> 4 4 5 #include "consts.hpp" 5 6 #include "crash-logger.hpp" 6 7 … … 28 29 29 30 try { 30 game.run( );31 game.run(800, 600, GUI_FLAGS_WINDOW_FULLSCREEN); 31 32 } catch (const exception& e) { 32 33 cerr << e.what() << endl;
Note:
See TracChangeset
for help on using the changeset viewer.