Changeset 99d44b2 in opengl-game for vulkan-game.hpp
- 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
-
vulkan-game.hpp
r4eb4d0a r99d44b2 1 #ifndef _ SPACE_GAME_H2 #define _ SPACE_GAME_H1 #ifndef _VULKAN_GAME_H 2 #define _VULKAN_GAME_H 3 3 4 4 #include "game-gui-sdl.hpp" … … 7 7 const int SCREEN_HEIGHT = 600; 8 8 9 class SpaceGame {9 class VulkanGame { 10 10 public: 11 SpaceGame();12 ~ SpaceGame();11 VulkanGame(); 12 ~VulkanGame(); 13 13 14 14 void run(); … … 24 24 }; 25 25 26 #endif // _ SPACE_GAME_H26 #endif // _VULKAN_GAME_H
Note:
See TracChangeset
for help on using the changeset viewer.