Changeset e1f88a9 in opengl-game for game-gui.hpp
- Timestamp:
- Jun 10, 2020, 2:36:24 AM (5 years ago)
- Branches:
- feature/imgui-sdl, master
- Children:
- 699e83a
- Parents:
- 4e705d6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
game-gui.hpp
r4e705d6 re1f88a9 10 10 11 11 using namespace std; 12 13 // TODO: See if it makes sense to combine this with the files in the gui folder 12 14 13 15 enum EventType { … … 54 56 }; 55 57 58 // TODO: Switch from union to std::variant 59 56 60 union UIEvent { 57 61 EventType type;
Note:
See TracChangeset
for help on using the changeset viewer.