mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
more commenting out, still same error
This commit is contained in:
parent
4e1159048b
commit
8534f25602
3 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@
|
|||
#include <string>
|
||||
#include "../../include/ultra64.h"
|
||||
#include "../../include/z64item.h"
|
||||
#include "randomizer/keys.hpp"
|
||||
#include <randomizer/spoiler_log.hpp>
|
||||
// #include "randomizer/keys.hpp"
|
||||
// #include <randomizer/spoiler_log.hpp>
|
||||
#include <randomizerTypes.h>
|
||||
|
||||
class Randomizer {
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
#include <Utils/StringHelper.h>
|
||||
|
||||
#include <SDL2/SDL_scancode.h>
|
||||
#include <randomizer/spoiler_log.hpp>
|
||||
// #include <randomizer/spoiler_log.hpp>
|
||||
|
||||
OTRGlobals* OTRGlobals::Instance;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
#ifdef __cplusplus
|
||||
#include "Enhancements/savestates.h"
|
||||
#include "Enhancements/randomizer.h"
|
||||
#include "randomizer/spoiler_log.hpp"
|
||||
// #include "randomizer/spoiler_log.hpp"
|
||||
|
||||
class OTRGlobals
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue