aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Button.cpp
blob: 70f749dc7491c5122735b99ae2d9fca07595195c (plain)
1
2
3
4
5
#include "Button.h"

using namespace crepe;

Button::Button(game_object_id_t id) : UiObject(id){}