8 lines
207 B
C
8 lines
207 B
C
#ifndef GUARD_INTRO_H
|
|
#define GUARD_INTRO_H
|
|
|
|
void CB2_InitCopyrightScreenAfterBootup(void);
|
|
void CB2_InitCopyrightScreenAfterTitleScreen(void);
|
|
void sub_816F2A8(u16, u16, u16, u16);
|
|
|
|
#endif // GUARD_INTRO_H
|