pokemon_trade.h 132 B

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