pokemon_type.h 135 B

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