6 #ifndef GDCORE_CUSTOMCONFIGURATIONHELPER_H
7 #define GDCORE_CUSTOMCONFIGURATIONHELPER_H
9 #include "GDCore/Project/Behavior.h"
10 #include "GDCore/Project/EventsBasedBehavior.h"
11 #include "GDCore/Project/Project.h"
12 #include "GDCore/Project/PropertiesContainer.h"
13 #include "GDCore/Project/PropertyDescriptor.h"
14 #include "GDCore/Serialization/Serializer.h"
15 #include "GDCore/Serialization/SerializerElement.h"
28 static void InitializeContent(
32 static std::map<gd::String, gd::PropertyDescriptor> GetProperties(
36 static bool UpdateProperty(
Helper functions that gd::CustomBehavior and gd::CustomBehaviorsSharedData use to store their content...
Definition: CustomConfigurationHelper.h:24
A container of properties, used for custom behaviors, custom objects, extensions.....
Definition: PropertiesContainer.h:17
A generic container that can represent a value ( containing a string, double, bool or int),...
Definition: SerializerElement.h:37
String represents an UTF8 encoded string.
Definition: String.h:33
Definition: CommonTools.h:24