mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-23 06:35:33 -07:00
commenting out more stuff
This commit is contained in:
parent
c3e3fedc85
commit
46b8c76804
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue