FFI for Learned Move

This commit is contained in:
2022-10-15 10:25:40 +02:00
parent 691bf7c12e
commit c7b5bb7d12
2 changed files with 60 additions and 0 deletions

View File

@@ -1,2 +1,4 @@
/// The foreign function interface for a Learned Move.
mod learned_move;
/// The foreign function interface for a Pokemon.
mod pokemon;