xrbDS/include/xrbds/components/component.h
2025-04-23 02:48:08 +02:00

11 lines
159 B
C++

#ifndef COMPONENT_H
#define COMPONENT_H
#include "core/types.h"
struct Component {
public:
static PtrUnq<Component> Initialize();
};
#endif // COMPONENT_H