mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-08-22 22:33:43 -07:00
Cleanup changed files for PR.
This commit is contained in:
parent
e88949506d
commit
2e0e01d2c2
2 changed files with 1 additions and 6 deletions
|
@ -4,7 +4,6 @@
|
||||||
#include "3drando/pool_functions.hpp"
|
#include "3drando/pool_functions.hpp"
|
||||||
#include "3drando/item_pool.hpp"
|
#include "3drando/item_pool.hpp"
|
||||||
#include "../debugger/performanceTimer.h"
|
#include "../debugger/performanceTimer.h"
|
||||||
#include "randomizer_check_tracker.h"
|
|
||||||
|
|
||||||
#include <spdlog/spdlog.h>
|
#include <spdlog/spdlog.h>
|
||||||
|
|
||||||
|
@ -1690,8 +1689,6 @@ void EntranceShuffler::ApplyEntranceOverrides() {
|
||||||
}
|
}
|
||||||
} // namespace Rando
|
} // namespace Rando
|
||||||
|
|
||||||
extern "C" {
|
extern "C" EntranceOverride* Randomizer_GetEntranceOverrides() {
|
||||||
EntranceOverride* Randomizer_GetEntranceOverrides() {
|
|
||||||
return Rando::Context::GetInstance()->GetEntranceShuffler()->entranceOverrides.data();
|
return Rando::Context::GetInstance()->GetEntranceShuffler()->entranceOverrides.data();
|
||||||
}
|
}
|
||||||
}
|
|
|
@ -90,8 +90,6 @@ void InitEntranceTrackingData();
|
||||||
s16 GetLastEntranceOverride();
|
s16 GetLastEntranceOverride();
|
||||||
s16 GetCurrentGrottoId();
|
s16 GetCurrentGrottoId();
|
||||||
const EntranceData* GetEntranceData(s16);
|
const EntranceData* GetEntranceData(s16);
|
||||||
void EntranceDiscovered(s16 index);
|
|
||||||
bool IsEntranceDiscovered(s16 index);
|
|
||||||
|
|
||||||
class EntranceTrackerSettingsWindow : public Ship::GuiWindow {
|
class EntranceTrackerSettingsWindow : public Ship::GuiWindow {
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue