--- a/rust/lib-hedgewars-engine/src/render.rs Thu Mar 28 00:33:36 2019 +0300
+++ b/rust/lib-hedgewars-engine/src/render.rs Thu Mar 28 00:38:53 2019 +0300
@@ -1,7 +1,9 @@
pub mod atlas;
pub mod camera;
+mod gear;
mod gl;
mod map;
use self::gl::*;
pub use self::map::*;
+pub use gear::*;