rust/lib-hedgewars-engine/src/render.rs
author unc0rr
Sat, 12 Jun 2021 20:15:42 +0200
changeset 15790 efe4e3290870
parent 15120 febccab419b1
permissions -rw-r--r--
Add url bot plugin based on url-bot-rs (only the difference from their repo)

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

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