3#include "Services/PropertiesManager.h"
5#include "Foundation/ComponentModel/Component.h"
11 static void registerType();
17template<>
inline Cogs::StringView getName<Cogs::Core::PropertyStore>() {
return "PropertyStore"; }
18template<>
inline Cogs::StringView getName<Cogs::Core::PropertiesComponent>() {
return "PropertiesComponent"; }
Base class for Component instances.
Provides a weakly referenced view over the contents of a string.
Contains the Engine, Renderer, resource managers and other systems needed to run Cogs....