rust/lib-hedgewars-engine/src/render.rs
author alfadur
Sat, 16 Oct 2021 02:39:22 +0300
changeset 15822 4ede5e84278a
parent 15120 febccab419b1
permissions -rw-r--r--
paint sentries in clan colors

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

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