mirror of
https://github.com/rh-hideout/pokeemerald-expansion.git
synced 2026-03-21 18:04:50 -05: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 */
|