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

using namespace crepe;

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