mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-24 23:07:39 -05:00
10 lines
187 B
C
10 lines
187 B
C
#ifndef GUARD_BERRY_CRUSH_H
|
|
#define GUARD_BERRY_CRUSH_H
|
|
|
|
#include "main.h"
|
|
|
|
void StartBerryCrush(MainCallback callback);
|
|
void ShowBerryCrushRankings(void);
|
|
|
|
#endif // GUARD_BERRY_CRUSH_H
|