mirror of
https://github.com/Ninjdai1/pokeemerald.git
synced 2024-11-16 19:47:35 +01:00
10 lines
212 B
C
10 lines
212 B
C
#ifndef GUARD_EXPANSION_INTRO_H
|
|
#define GUARD_EXPANSION_INTRO_H
|
|
|
|
#if EXPANSION_INTRO == TRUE
|
|
void CB2_ExpansionIntro(void);
|
|
void Task_HandleExpansionIntro(u8 taskId);
|
|
#endif
|
|
|
|
#endif /* GUARD_EXPANSION_INTRO_H */
|