FFI for Battle
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-10-15 17:21:24 +02:00
parent 6c976216b8
commit ddfb00d36b
10 changed files with 313 additions and 10 deletions

View File

@@ -1,7 +1,11 @@
/// The foreign function interface for a battle.
mod battle;
/// The foreign function interface for a battle wrapper of a party.
mod battle_party;
/// The foreign function interface for a Learned Move.
mod learned_move;
/// Wrapper classed for the event hooks.
mod native_event_hook;
/// The foreign function interface for a Pokemon.
mod pokemon;
/// The foreign function interface for a party of Pokemon.