mirror of
https://github.com/danule222/xrbDS.git
synced 2025-06-18 22:35:40 -04:00
5 lines
125 B
C++
5 lines
125 B
C++
#include "components/component.h"
|
|
|
|
PtrUnq<Component> Component::Initialize() {
|
|
return PtrUnq<Component>(new Component());
|
|
} |