#include "UiObject.h" using namespace crepe; UiObject::UiObject(game_object_id_t id,int width,int height) : Component(id),width(width),height(height){};