ASA moon02: Disable hog input after victory
Player could briefly move Crazy Runner when skipping final cutscene.
//! PhysFS bindings for Rust
#![deny(missing_docs)]
extern crate libc;
pub use physfs::*;
pub use physfs::file::*;
/// PhysFS bindings
mod physfs;
/// Definitions for the PhysFS primitives
mod primitives;