1 2 3 4 5 6 7
#include "../../include/gui/Widget.hpp" namespace gsr { void Widget::set_position(mgl::vec2f position) { this->position = position; } }