mirror of
https://github.com/pret/pokefirered.git
synced 2026-09-27 05:55:45 -04:00
8 lines
159 B
C
8 lines
159 B
C
#ifndef GUARD_ITEM_PC_H
|
|
#define GUARD_ITEM_PC_H
|
|
|
|
void ItemPc_Init(u8 a0, MainCallback callback);
|
|
void ItemPc_SetInitializedFlag(u8);
|
|
|
|
#endif //GUARD_ITEM_PC_H
|