7 #ifndef GDCORE_PLATFORMASSETS_H
8 #define GDCORE_PLATFORMASSETS_H
10 #include "GDCore/String.h"
12 class SerializerElement;
13 class ArbitraryResourceWorker;
71 std::map<gd::String, gd::String> assets;
ArbitraryResourceWorker is used so as to inventory resources and sometimes update them.
Definition: ArbitraryResourceWorker.h:44
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