Changeset 9546928 in opengl-game for game-gui.hpp
- Timestamp:
- Sep 2, 2019, 4:55:09 PM (6 years ago)
- Branches:
- feature/imgui-sdl, master, points-test
- Children:
- 2beb6c7
- Parents:
- 76d19a8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui.hpp
r76d19a8 r9546928 1 1 #ifndef _GAME_GUI_H 2 2 #define _GAME_GUI_H 3 4 #include <string> 5 #include <vector> 3 6 4 7 #ifdef GAMEGUI_INCLUDE_VULKAN … … 6 9 #endif 7 10 8 #include <string> 9 #include <vector> 11 #include "consts.hpp" 10 12 11 13 using namespace std; 12 13 #define RTWO_SUCCESS true14 #define RTWO_ERROR false15 14 16 15 class GameGui {
Note:
See TracChangeset
for help on using the changeset viewer.