aboutsummaryrefslogtreecommitdiffstats
path: root/yage/entity/component.cpp
blob: 83fe44243e3547c038d5d1f7c9a9c74e0165b49b (plain)
1
2
3
4
5
6
#include "component.h"

GroupId BaseComponent::getGroup() {
    static GroupId group_id = group_id_counter_++;
    return group_id;
}