Updated Spanish translation
Adapted from Pull Request #68 on the GitHub mirror:
https://github.com/hedgewars/hw/pull/68
//! 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;