pokemon_ot_id.h 187 B

123456789
  1. #ifndef POKEMON_OT_ID_H
  2. #define POKEMON_OT_ID_H
  3. #pragma once
  4. void select_ot_id_scene_on_enter(void* context);
  5. void select_ot_id_scene_on_exit(void* context);
  6. #endif // POKEMON_OT_ID_H