pokemon_select.h 144 B

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