mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-09 10:36:50 -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
|