mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 13:24:17 -05:00
9 lines
191 B
C
9 lines
191 B
C
#ifndef POKEHEARTGOLD_CHOOSE_STARTER_H
|
|
#define POKEHEARTGOLD_CHOOSE_STARTER_H
|
|
|
|
#include "script.h"
|
|
|
|
void LaunchStarterChoiceScene(FieldSystem *fsys);
|
|
|
|
#endif //POKEHEARTGOLD_CHOOSE_STARTER_H
|