summaryrefslogtreecommitdiff
path: root/src/floor.cpp
blob: fac9ec69765b1c718cb28512176db1e3b3124da5 (plain)
1
2
3
4
5
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; }
}