rust/lib-hedgewars-engine/src/render.rs
author Wuzzy <Wuzzy2@mail.ru>
Sat, 26 Oct 2019 21:59:42 +0200
changeset 15488 70aba717485a
parent 15125 febccab419b1
permissions -rw-r--r--
Racer: Reposition and resize predefined waypoints in scaled drawn maps Previously, predefined waypoints broke when using any but the default drawn map size.

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

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