Files
axyz/include/Engine/Core/ComponentPool.h
T
2015-12-01 17:04:03 +01:00

7 lines
58 B
C++

class ComponentPool
{
public:
ComponentPool() { }
};