FFI for Battle Party

This commit is contained in:
2022-10-15 11:51:44 +02:00
parent 554a665b8f
commit 6c976216b8
3 changed files with 67 additions and 0 deletions

View File

@@ -1,3 +1,5 @@
/// 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;
/// The foreign function interface for a Pokemon.