pmd-red/include/dungeon_engine.h
2025-07-16 13:18:24 +02:00

12 lines
227 B
C

#ifndef GUARD_DUNGEON_ENGINE_H
#define GUARD_DUNGEON_ENGINE_H
#include "structs/dungeon_entity.h"
extern const s16 gSpeedTurns[NUM_SPEED_COUNTERS][25];
void RunFractionalTurn(bool8 param_1);
bool8 IsFloorOver(void);
#endif