Changeset 99d44b2 in opengl-game for vulkan-game.hpp


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
  • vulkan-game.hpp

    r4eb4d0a r99d44b2  
    1 #ifndef _SPACE_GAME_H
    2 #define _SPACE_GAME_H
     1#ifndef _VULKAN_GAME_H
     2#define _VULKAN_GAME_H
    33
    44#include "game-gui-sdl.hpp"
     
    77const int SCREEN_HEIGHT = 600;
    88
    9 class SpaceGame {
     9class VulkanGame {
    1010   public:
    11       SpaceGame();
    12       ~SpaceGame();
     11      VulkanGame();
     12      ~VulkanGame();
    1313
    1414      void run();
     
    2424};
    2525
    26 #endif // _SPACE_GAME_H
     26#endif // _VULKAN_GAME_H
Note: See TracChangeset for help on using the changeset viewer.