pokemon_name_input.h 135 B

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