mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-25 15:42:34 -05:00
9 lines
193 B
C
9 lines
193 B
C
#ifndef PMDSKY_DUNGEON_CAPABILITIES_H
|
|
#define PMDSKY_DUNGEON_CAPABILITIES_H
|
|
|
|
#include "dungeon.h"
|
|
|
|
bool8 CheckVariousConditions(struct entity *pokemon);
|
|
|
|
#endif //PMDSKY_DUNGEON_CAPABILITIES_H
|