mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-24 23:09:54 -05:00
9 lines
176 B
C
9 lines
176 B
C
#ifndef PMDSKY_DUNGEON_UTIL_1_H
|
|
#define PMDSKY_DUNGEON_UTIL_1_H
|
|
|
|
#include "dungeon_mode.h"
|
|
|
|
bool8 ShouldRunMonsterAi(struct entity *pokemon);
|
|
|
|
#endif //PMDSKY_DUNGEON_UTIL_1_H
|