summaryrefslogtreecommitdiff
path: root/src/floor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/floor.cpp')
-rw-r--r--src/floor.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/floor.cpp b/src/floor.cpp
new file mode 100644
index 0000000..fac9ec6
--- /dev/null
+++ b/src/floor.cpp
@@ -0,0 +1,6 @@
+#include "floor.hpp"
+
+namespace silly::editor {
+ const int Floor::get_width() const { return this->width; }
+ const int Floor::get_height() const { return this->height; }
+} \ No newline at end of file