Changeset 99d44b2 in opengl-game for main-vulkan.cpp


Ignore:
Timestamp:
Aug 30, 2019, 4:12:23 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
d02c25f
Parents:
4eb4d0a
Message:

Rename spacegame to vulkangame

File:
1 moved

Legend:

Unmodified
Added
Removed
  • main-vulkan.cpp

    r4eb4d0a r99d44b2  
    1 #include "space-game.hpp"
     1#include "vulkan-game.hpp"
    22
    33#include <iostream>
     
    1313#endif
    1414
    15    cout << "Starting Space Game..." << endl;
     15   cout << "Starting Vulkan Game..." << endl;
    1616
    17    SpaceGame game;
     17   VulkanGame game;
    1818
    1919   try {
Note: See TracChangeset for help on using the changeset viewer.