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; } }