pokemon_gen.h 124 B

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