Changeset 301c90a in opengl-game for consts.hpp
- Timestamp:
- Mar 13, 2021, 10:37:06 PM (4 years ago)
- Branches:
- feature/imgui-sdl
- Children:
- d255d52
- Parents:
- 187b0f5
- 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 3 5 4 6 #define GAME_VERSION "0.01.000" … … 18 20 }; 19 21 20 #endif // _ RTWO_CONSTS_H22 #endif // _CONSTS_H
Note:
See TracChangeset
for help on using the changeset viewer.