mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-10 02:59:13 -05:00
7 lines
136 B
C
7 lines
136 B
C
#ifndef GUARD_BERRY_FIX_PROGRAM_H
|
|
#define GUARD_BERRY_FIX_PROGRAM_H
|
|
|
|
void mb_berry_fix_serve(void);
|
|
|
|
#endif //GUARD_BERRY_FIX_PROGRAM_H
|