rust/lib-hedgewars-engine/src/render.rs
author alfadur <mail@none>
Sat, 04 Jan 2020 01:39:13 +0300
changeset 15536 a798e6441a36
parent 15120 febccab419b1
permissions -rw-r--r--
simplify team handling

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

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