rust/lib-hedgewars-engine/src/render.rs
author alfadur
Sat, 22 Jun 2019 00:18:24 +0300
changeset 15195 e2adb40c7988
parent 15125 febccab419b1
permissions -rw-r--r--
fill the atlas with sprites

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

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