mirror of
https://github.com/HarbourMasters/Shipwright.git
synced 2025-04-28 13:17:58 +03: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/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();
|
||||
}
|
||||
}
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue