//! A library for writing mods for Super Smash Brothers Melee in Rust
/// Re-export of [mextk-sys](https://docs.rs/mextk-sys) for accessing the raw bindings
pub use mextk_sys as sys;
/// Re-export of [mextk-libc](https://docs.rs/mextk-libc) for accesssing the subset of libc
/// supported.
pub use libc;