mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-11 06:25:23 -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
|