Changeset 99d44b2 in opengl-game for main-vulkan.cpp
- Timestamp:
- Aug 30, 2019, 4:12:23 PM (5 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- d02c25f
- Parents:
- 4eb4d0a
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
main-vulkan.cpp
r4eb4d0a r99d44b2 1 #include " space-game.hpp"1 #include "vulkan-game.hpp" 2 2 3 3 #include <iostream> … … 13 13 #endif 14 14 15 cout << "Starting SpaceGame..." << endl;15 cout << "Starting Vulkan Game..." << endl; 16 16 17 SpaceGame game;17 VulkanGame game; 18 18 19 19 try {
Note:
See TracChangeset
for help on using the changeset viewer.