Changeset 301c90a in opengl-game for consts.hpp


Ignore:
Timestamp:
Mar 13, 2021, 10:37:06 PM (3 years ago)
Author:
Dmitry Portnoy <dportnoy@…>
Branches:
feature/imgui-sdl
Children:
d255d52
Parents:
187b0f5
Message:

Implement the start of a generic UI system built on top of IMGUI, which can reposition elements when the screen is resized, and use it in VulkanGame

File:
1 edited

Legend:

Unmodified
Added
Removed
  • consts.hpp

    r187b0f5 r301c90a  
    1 #ifndef _RTWO_CONSTS_H
    2 #define _RTWO_CONSTS_H
     1#ifndef _CONSTS_H
     2#define _CONSTS_H
     3
     4// TODO: Move ScreenType somewhere else that's more UI-related
    35
    46#define GAME_VERSION "0.01.000"
     
    1820};
    1921
    20 #endif // _RTWO_CONSTS_H
     22#endif // _CONSTS_H
Note: See TracChangeset for help on using the changeset viewer.