Cleanup changed files for PR.

This commit is contained in:
Anthony Stewart 2025-04-20 17:28:35 -05:00
parent e88949506d
commit 2e0e01d2c2
2 changed files with 1 additions and 6 deletions

View file

@ -4,7 +4,6 @@
#include "3drando/pool_functions.hpp"
#include "3drando/item_pool.hpp"
#include "../debugger/performanceTimer.h"
#include "randomizer_check_tracker.h"
#include <spdlog/spdlog.h>
@ -1690,8 +1689,6 @@ void EntranceShuffler::ApplyEntranceOverrides() {
}
} // namespace Rando
extern "C" {
EntranceOverride* Randomizer_GetEntranceOverrides() {
extern "C" EntranceOverride* Randomizer_GetEntranceOverrides() {
return Rando::Context::GetInstance()->GetEntranceShuffler()->entranceOverrides.data();
}
}

View file

@ -90,8 +90,6 @@ void InitEntranceTrackingData();
s16 GetLastEntranceOverride();
s16 GetCurrentGrottoId();
const EntranceData* GetEntranceData(s16);
void EntranceDiscovered(s16 index);
bool IsEntranceDiscovered(s16 index);
class EntranceTrackerSettingsWindow : public Ship::GuiWindow {
public: