mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05:00
9 lines
156 B
C
Executable File
9 lines
156 B
C
Executable File
#ifndef GUARD_BERRY_CRUSH_H
|
|
#define GUARD_BERRY_CRUSH_H
|
|
|
|
#include "main.h"
|
|
|
|
void StartBerryCrush(MainCallback exitCallback);
|
|
|
|
#endif // GUARD_BERRY_CRUSH_H
|