mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -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);
|
||||
|
||||
#endif
|
||||
#include "../../soh/include/randomizer/main.cpp"
|
||||
// #include "../../soh/include/randomizer/main.cpp"
|
||||
#include "../../soh/include/randomizer/menu.hpp"
|
||||
#include "../../soh/soh/OTRGlobals.h"
|
||||
|
||||
using namespace Ship;
|
||||
|
@ -1033,7 +1034,7 @@ namespace SohImGui {
|
|||
EnhancementCheckbox("Enable Randomizer", "gRandomizer");
|
||||
|
||||
if (ImGui::Button("Generate Seed") && CVar_GetS32("gRandomizer", 0) != 0) {
|
||||
GenerateRando();
|
||||
GenerateRandomizer();
|
||||
gSpoilerData = GetSpoilerData();
|
||||
ParseItemLocations(gSpoilerData);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue