aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/Component.cpp
blob: 9a7731a4bb37fb6be63fa363e05b908095c946c3 (plain)
1
2
3
4
5
6
#include "Component.h"

using namespace crepe;

Component::Component() : active(true) {}