9 #include "GDCore/String.h"
10 #include "GDCore/Project/BehaviorConfigurationContainer.h"
11 #include "GDCore/Project/MemoryTrackedRegistry.h"
33 BehaviorConfigurationContainer::operator=(other);
Base class for containers of behavior configuration. They can be attached to objects (Behavior) or la...
Definition: BehaviorConfigurationContainer.h:35
Base class for defining data shared by behaviors having the same type and name.
Definition: BehaviorsSharedData.h:24
A non-copyable, non-movable member object that registers/unregisters its owner with MemoryTrackedRegi...
Definition: MemoryTrackedRegistry.h:238
String represents an UTF8 encoded string.
Definition: String.h:33
Definition: CommonTools.h:24