pokemon_number_input.h 161 B

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