mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-23 06:35:33 -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 <string>
|
||||||
#include "../../include/ultra64.h"
|
#include "../../include/ultra64.h"
|
||||||
#include "../../include/z64item.h"
|
#include "../../include/z64item.h"
|
||||||
#include "randomizer/keys.hpp"
|
// #include "randomizer/keys.hpp"
|
||||||
#include <randomizer/spoiler_log.hpp>
|
// #include <randomizer/spoiler_log.hpp>
|
||||||
#include <randomizerTypes.h>
|
#include <randomizerTypes.h>
|
||||||
|
|
||||||
class Randomizer {
|
class Randomizer {
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
#include <Utils/StringHelper.h>
|
#include <Utils/StringHelper.h>
|
||||||
|
|
||||||
#include <SDL2/SDL_scancode.h>
|
#include <SDL2/SDL_scancode.h>
|
||||||
#include <randomizer/spoiler_log.hpp>
|
// #include <randomizer/spoiler_log.hpp>
|
||||||
|
|
||||||
OTRGlobals* OTRGlobals::Instance;
|
OTRGlobals* OTRGlobals::Instance;
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
#include "Enhancements/savestates.h"
|
#include "Enhancements/savestates.h"
|
||||||
#include "Enhancements/randomizer.h"
|
#include "Enhancements/randomizer.h"
|
||||||
#include "randomizer/spoiler_log.hpp"
|
// #include "randomizer/spoiler_log.hpp"
|
||||||
|
|
||||||
class OTRGlobals
|
class OTRGlobals
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue