#ifndef POKEMON_SELECT_H #define POKEMON_SELECT_H #pragma once void select_pokemon_scene_on_enter(void* context); void select_pokemon_scene_on_exit(void* context); #endif // POKEMON_SELECT_H