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

using namespace crepe;

UiObject::UiObject(game_object_id_t id) : Component(id){};