aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/UiObject.cpp
blob: 987fc0688a37903fbf9a34f991057bb836da4e44 (plain)
1
2
3
4
5
#include "UiObject.h"

using namespace crepe;

UiObject::UiObject(game_object_id_t id,int width,int height) : Component(id),width(width),height(height){};