mirror of
https://github.com/pret/pokeemerald.git
synced 2026-04-22 23:57:09 -05:00
9 lines
152 B
C
Executable File
9 lines
152 B
C
Executable File
#ifndef GUARD_BERRY_CRUSH_H
|
|
#define GUARD_BERRY_CRUSH_H
|
|
|
|
#include "main.h"
|
|
|
|
void StartBerryCrush(MainCallback callback);
|
|
|
|
#endif // GUARD_BERRY_CRUSH_H
|