rust/lib-hedgewars-engine/src/render.rs
author alfadur
Wed, 19 Jun 2019 00:49:45 +0300
changeset 15194 21e87882df1c
parent 15141 febccab419b1
permissions -rw-r--r--
remove a 2015ism

pub mod atlas;
pub mod camera;
mod gear;
mod gl;
mod map;

use self::gl::*;
pub use self::map::*;
pub use gear::*;