pmd-red/include/dungeon_engine.h
2025-03-30 19:14:38 +02:00

11 lines
203 B
C

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