Work on FFI, fixes for learned_move::restore_uses

This commit is contained in:
2022-11-26 11:25:56 +01:00
parent 1b627378f6
commit a6a9cb573f
8 changed files with 153 additions and 6 deletions

View File

@@ -2,6 +2,8 @@
mod battle;
/// The foreign function interface for a battle wrapper of a party.
mod battle_party;
/// The foreign function interface for a battle event
mod event;
/// The foreign function interface for a Learned Move.
mod learned_move;
/// Wrapper classed for the event hooks.