diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-03-19 01:44:18 +0000 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2025-03-19 02:30:30 +0000 |
commit | 1f14089d0d6adbd1072b022dfaeb17a1975e8b38 (patch) | |
tree | 8d0065a94c8467ebe5860c3d9f05bafa1b2445e0 /ui/gameMainSelector.h | |
parent | Replace basic rail builder UI with a ImGui version (diff) | |
download | ilt-1f14089d0d6adbd1072b022dfaeb17a1975e8b38.tar.bz2 ilt-1f14089d0d6adbd1072b022dfaeb17a1975e8b38.tar.xz ilt-1f14089d0d6adbd1072b022dfaeb17a1975e8b38.zip |
Replace basic query tool with a ImGui version
Diffstat (limited to 'ui/gameMainSelector.h')
-rw-r--r-- | ui/gameMainSelector.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ui/gameMainSelector.h b/ui/gameMainSelector.h index 16f70eb..df29842 100644 --- a/ui/gameMainSelector.h +++ b/ui/gameMainSelector.h @@ -7,7 +7,6 @@ #include "worldOverlay.h" #include <glm/glm.hpp> #include <memory> -#include <string> class SceneShader; template<typename> class Ray; @@ -41,5 +40,4 @@ public: private: const Camera * camera; const Font font; - std::string clicked; }; |