fix incorrect mask set in
r7b4643ff60ea - this causes ghost hog collisions and odd hog jumps on overlap with active hog
//! 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;