pokemon_nickname.h 202 B

123456789
  1. #ifndef POKEMON_NICKNAME_H
  2. #define POKEMON_NICKNAME_H
  3. #pragma once
  4. void select_nickname_scene_on_enter(void* context);
  5. void select_nickname_scene_on_exit(void* context);
  6. #endif // POKEMON_NICKNAME_H