summaryrefslogtreecommitdiff
path: root/src/port/ui/Menu.h
diff options
context:
space:
mode:
authorMegaMech <MegaMech@users.noreply.github.com>2026-08-01 23:22:35 -0600
committerGitHub <noreply@github.com>2026-08-01 23:22:35 -0600
commit33817cd1100ab560b16e19af34488de3b5a6b7eb (patch)
treeb0467609fd28b6f2ccf15e68aa713be55f8f6bbb /src/port/ui/Menu.h
parent97f28334329d50a9cf2fb7ff1ee57ae0c18de92c (diff)
Switch LUS to port-maintenance branch (#727)HEADmainlus2
* lus update compiles but not run * Game runs, fix demo bug * Switch lus to port-maintenance branch
Diffstat (limited to 'src/port/ui/Menu.h')
-rw-r--r--src/port/ui/Menu.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/port/ui/Menu.h b/src/port/ui/Menu.h
index 7e84e5d26..67bdae8ec 100644
--- a/src/port/ui/Menu.h
+++ b/src/port/ui/Menu.h
@@ -48,9 +48,9 @@ class Menu : public GuiWindow {
ImGuiTextFilter menuSearch;
uint8_t searchSidebarIndex;
UIWidgets::Colors defaultThemeIndex;
- std::shared_ptr<std::vector<Ship::WindowBackend>> availableWindowBackends;
- std::unordered_map<Ship::WindowBackend, const char*> availableWindowBackendsMap;
- Ship::WindowBackend configWindowBackend;
+ std::shared_ptr<std::vector<int32_t>> availableWindowBackends;
+ std::unordered_map<int32_t, const char*> availableWindowBackendsMap;
+ int32_t configWindowBackend;
std::unordered_map<uint32_t, disabledInfo> disabledMap;
std::vector<disabledInfo> disabledVector;