allegro-sys 0.0.51

Allegro 5 core library Rust binding
Documentation
// Copyright (c) 2014 by SiegeLord
//
// All rights reserved. Distributed under ZLib. For full terms see the file LICENSE.

#![allow(non_camel_case_types)]
#![allow(unexpected_cfgs)]

pub use altime::*;
pub use base::*;
pub use bitmap::*;
pub use bitmap_draw::*;
pub use bitmap_io::*;
pub use blend::*;
pub use color::*;
pub use config::*;
pub use display::*;
pub use drawing::*;
pub use events::*;
pub use file::*;
pub use joystick::*;
pub use keyboard::*;
pub use keycodes::*;
pub use monitor::*;
pub use mouse::*;
pub use path::*;
pub use render_state::*;
pub use shader::*;
pub use system::*;
pub use timer::*;
pub use transformations::*;
pub use utf8::*;

pub mod altime;
pub mod base;
pub mod bitmap;
pub mod bitmap_draw;
pub mod bitmap_io;
pub mod blend;
pub mod color;
pub mod config;
pub mod display;
pub mod drawing;
pub mod events;
pub mod file;
pub mod joystick;
pub mod keyboard;
pub mod keycodes;
pub mod monitor;
pub mod mouse;
pub mod path;
pub mod render_state;
pub mod shader;
pub mod system;
pub mod timer;
pub mod transformations;
pub mod utf8;