pokeemerald/include/berry_crush.h

9 lines
156 B
C
Raw Permalink Normal View History

2019-03-31 16:05:32 +02:00
#ifndef GUARD_BERRY_CRUSH_H
#define GUARD_BERRY_CRUSH_H
2019-08-02 00:41:55 +02:00
#include "main.h"
2021-03-16 10:40:42 +01:00
void StartBerryCrush(MainCallback exitCallback);
2019-03-31 16:05:32 +02:00
#endif // GUARD_BERRY_CRUSH_H