mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-25 07:19:36 -05:00
9 lines
125 B
C
9 lines
125 B
C
#ifndef GUARD_DIPLOMA_H
|
|
#define GUARD_DIPLOMA_H
|
|
|
|
#include "global.h"
|
|
|
|
void CB2_ShowDiploma(void);
|
|
|
|
#endif // GUARD_DIPLOMA_H
|