mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
9 lines
148 B
C
Executable File
9 lines
148 B
C
Executable File
#ifndef GUARD_BERRY_CRUSH_H
|
|
#define GUARD_BERRY_CRUSH_H
|
|
|
|
#include "main.h"
|
|
|
|
void sub_8020C70(MainCallback callback);
|
|
|
|
#endif // GUARD_BERRY_CRUSH_H
|