mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-06-02 21:54:45 -05:00
9 lines
185 B
C
9 lines
185 B
C
#ifndef POKEHEARTGOLD_USE_ITEM_ON_MON_H
|
|
#define POKEHEARTGOLD_USE_ITEM_ON_MON_H
|
|
|
|
#include "pokemon_types_def.h"
|
|
|
|
void HealParty(PARTY *party);
|
|
|
|
#endif //POKEHEARTGOLD_USE_ITEM_ON_MON_H
|