Files
pmd-red/include/dungeon_engine.h
2025-03-30 22:31:53 +02:00

11 lines
202 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);
#endif