mirror of
https://github.com/danule222/xrbDS.git
synced 2025-06-18 22:35:40 -04:00
5 lines
129 B
C++
5 lines
129 B
C++
#include "scene/node.h"
|
|
|
|
#include "core/component_manager.h"
|
|
|
|
Node::Node() { id = ComponentManager::GetInstance()->newEntity(); } |