mirror of
https://github.com/pret/pokefirered.git
synced 2026-09-26 21:35:20 -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
|