aboutsummaryrefslogtreecommitdiff
path: root/games/rstnode/rst-client/src/graphics/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'games/rstnode/rst-client/src/graphics/mod.rs')
-rw-r--r--games/rstnode/rst-client/src/graphics/mod.rs4
1 files changed, 4 insertions, 0 deletions
diff --git a/games/rstnode/rst-client/src/graphics/mod.rs b/games/rstnode/rst-client/src/graphics/mod.rs
index 095e66f1ad1f..a7ba676ecc6b 100644
--- a/games/rstnode/rst-client/src/graphics/mod.rs
+++ b/games/rstnode/rst-client/src/graphics/mod.rs
@@ -8,8 +8,12 @@
pub mod entities;
pub mod ui;
+mod vector2;
+pub use vector2::*;
+
use crate::state::ClientState;
use ggez::{Context, GameResult};
+use std::ops::{Add, Mul, Sub};
/// A utility module to include everything required to implement a
/// graphics entity