diff --git a/src/world.rs b/src/world.rs new file mode 100644 index 0000000..ab9ac8e --- /dev/null +++ b/src/world.rs @@ -0,0 +1,5 @@ +/// The World is represented here. +pub struct World { + x: i32, + y: i32, +}