commenting out more stuff

This commit is contained in:
briaguya 2022-06-02 13:16:38 -04:00
commit 46b8c76804

View file

@ -43,8 +43,8 @@ IMGUI_IMPL_API LRESULT ImGui_ImplWin32_WndProcHandler(HWND hWnd, UINT msg, WPAR
#endif #endif
// #include "../../soh/include/randomizer/main.cpp" // #include "../../soh/include/randomizer/main.cpp"
// #include "../../soh/include/randomizer/main.hpp" // #include "../../soh/include/randomizer/main.hpp"
#include "../../soh/include/randomizer/rando_main.hpp" // #include "../../soh/include/randomizer/rando_main.hpp"
#include "../../soh/include/randomizer/spoiler_log.hpp" // #include "../../soh/include/randomizer/spoiler_log.hpp"
// #include "../../soh/soh/OTRGlobals.h" // #include "../../soh/soh/OTRGlobals.h"
using namespace Ship; using namespace Ship;
@ -63,7 +63,7 @@ std::map<std::string, GameAsset*> DefaultAssets;
std::thread randoThread; std::thread randoThread;
SpoilerData gSpoilerData; // SpoilerData gSpoilerData;
namespace SohImGui { namespace SohImGui {