mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-24 14:57:07 -05:00
7 lines
132 B
C
7 lines
132 B
C
#ifndef GUARD_BERRY_CRUSH_H
|
|
#define GUARD_BERRY_CRUSH_H
|
|
|
|
void StartBerryCrush(MainCallback callback);
|
|
|
|
#endif //GUARD_BERRY_CRUSH_H
|