aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/Button.cpp
blob: 40153c9d2af8880b4b4a25277c9fcca166e3c7b5 (plain)
1
2
3
4
5
6
7
8
#include "Button.h"

namespace crepe {

Button::Button(game_object_id_t id, const vec2 & dimensions, const vec2 & offset)
	: UIObject(id, dimensions, offset) {}

} // namespace crepe