mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-25 03:25:09 -05:00
11 lines
202 B
C
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
|