aboutsummaryrefslogtreecommitdiff
path: root/src/gui/Widget.cpp
blob: c30c1d15a879f98f99e2863bd3fd6feb0c834e68 (plain)
1
2
3
4
5
6
7
#include "../../include/gui/Widget.hpp"

namespace gsr {
    void Widget::set_position(mgl::vec2f position) {
        this->position = position;
    }
}