mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-17 06:56:02 -05: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
|