Changeset 9546928 in opengl-game for game-gui.hpp


Ignore:
Timestamp:
Sep 2, 2019, 4:55:09 PM (5 years ago)
Author:
Dmitry Portnoy <dmitry.portnoy@…>
Branches:
feature/imgui-sdl, master, points-test
Children:
2beb6c7
Parents:
76d19a8
Message:

Move some constants into consts.hpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • game-gui.hpp

    r76d19a8 r9546928  
    11#ifndef _GAME_GUI_H
    22#define _GAME_GUI_H
     3
     4#include <string>
     5#include <vector>
    36
    47#ifdef GAMEGUI_INCLUDE_VULKAN
     
    69#endif
    710
    8 #include <string>
    9 #include <vector>
     11#include "consts.hpp"
    1012
    1113using namespace std;
    12 
    13 #define RTWO_SUCCESS true
    14 #define RTWO_ERROR false
    1514
    1615class GameGui {
Note: See TracChangeset for help on using the changeset viewer.