add los table loading

This commit is contained in:
TakaRikka
2026-06-09 23:50:47 -07:00
parent e345323f0a
commit 7f2dc7902c
11 changed files with 361 additions and 4 deletions
+5
View File
@@ -1416,6 +1416,11 @@ dStage_KeepDoorInfo* dStage_GetKeepDoorInfo();
dStage_KeepDoorInfo* dStage_GetRoomKeepDoorInfo();
void dStage_dt_c_fieldMapLoader(void* i_data, dStage_dt_c* i_stage);
#if TARGET_PC
// TP HD Cave of Shadows (D_SB11): reveal the los next-floor when a descent gate opens.
void dStage_showLOSNextFloor(int fromRoom);
#endif
#if DEBUG
void dStage_DebugDisp();
#endif