From 3aefd4c5192c044492ace6004639d94c81df76ee Mon Sep 17 00:00:00 2001 From: aMannus Date: Sat, 3 Sep 2022 12:47:32 +0200 Subject: [PATCH] gSaveContext access in GameMenuBar.cpp --- soh/soh/GameMenuBar.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/soh/soh/GameMenuBar.cpp b/soh/soh/GameMenuBar.cpp index 26b4b1ffb..e9db4c949 100644 --- a/soh/soh/GameMenuBar.cpp +++ b/soh/soh/GameMenuBar.cpp @@ -24,6 +24,7 @@ #include "UIWidgets.hpp" #include "include/z64audio.h" +#include "include/variables.h" #define EXPERIMENTAL() \ ImGui::PushStyleColor(ImGuiCol_Text, IM_COL32(255, 50, 50, 255)); \