pokemon_select.h 194 B

123456789
  1. #ifndef POKEMON_SELECT_H
  2. #define POKEMON_SELECT_H
  3. #pragma once
  4. void select_pokemon_scene_on_enter(void* context);
  5. void select_pokemon_scene_on_exit(void* context);
  6. #endif // POKEMON_SELECT_H