mirror of
https://github.com/pret/pmd-sky.git
synced 2026-04-22 01:27:21 -05:00
9 lines
178 B
C
9 lines
178 B
C
#ifndef PMDSKY_POKEMON_H
|
|
#define PMDSKY_POKEMON_H
|
|
|
|
#include "dungeon_mode.h"
|
|
|
|
bool8 IqSkillFlagTest(struct iq_skill_flags *iq_skill_flags, u32 iq_id);
|
|
|
|
#endif //PMDSKY_POKEMON_H
|