mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-23 06:35:33 -07:00
still seeing the types error
This commit is contained in:
parent
7330258897
commit
7ee05646eb
1 changed files with 3 additions and 2 deletions
|
@ -40,7 +40,8 @@
|
||||||
IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
|
IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
#include "../../soh/include/randomizer/main.cpp"
|
// #include "../../soh/include/randomizer/main.cpp"
|
||||||
|
#include "../../soh/include/randomizer/menu.hpp"
|
||||||
#include "../../soh/soh/OTRGlobals.h"
|
#include "../../soh/soh/OTRGlobals.h"
|
||||||
|
|
||||||
using namespace Ship;
|
using namespace Ship;
|
||||||
|
@ -1033,7 +1034,7 @@ namespace SohImGui {
|
||||||
EnhancementCheckbox("Enable Randomizer", "gRandomizer");
|
EnhancementCheckbox("Enable Randomizer", "gRandomizer");
|
||||||
|
|
||||||
if (ImGui::Button("Generate Seed") && CVar_GetS32("gRandomizer", 0) != 0) {
|
if (ImGui::Button("Generate Seed") && CVar_GetS32("gRandomizer", 0) != 0) {
|
||||||
GenerateRando();
|
GenerateRandomizer();
|
||||||
gSpoilerData = GetSpoilerData();
|
gSpoilerData = GetSpoilerData();
|
||||||
ParseItemLocations(gSpoilerData);
|
ParseItemLocations(gSpoilerData);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue