mirror of
https://github.com/pret/pokefirered.git
synced 2026-05-10 14:01:52 -05:00
8 lines
128 B
C
8 lines
128 B
C
#ifndef GUARD_INTRO_H
|
|
#define GUARD_INTRO_H
|
|
|
|
void CB2_CopyrightScreen(void);
|
|
void c2_copyright_1(void);
|
|
|
|
#endif //GUARD_INTRO_H
|