7 lines
128 B
C
7 lines
128 B
C
|
#ifndef GUARD_ITEM_BALL_H
|
||
|
#define GUARD_ITEM_BALL_H
|
||
|
|
||
|
void GetItemBallIdAndAmountFromTemplate(void);
|
||
|
|
||
|
#endif //GUARD_ITEM_BALL_H
|