mirror of
https://github.com/pret/pokefirered.git
synced 2026-04-24 23:07:39 -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
|