pmd-red/include/dungeon_engine.h

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