![]() |
GDevelop Core
Core library for developing platforms and tools compatible with GDevelop.
|
Contains information about a source file that must be included when an extension is used. More...
#include <SourceFileMetadata.h>
Public Member Functions | |
| SourceFileMetadata () | |
| SourceFileMetadata & | SetResourceName (const gd::String &resourceName_) |
| SourceFileMetadata & | SetIncludePosition (const gd::String &includePosition_) |
| const gd::String & | GetResourceName () const |
| gd::String & | GetResourceName () |
| const gd::String & | GetIncludePosition () const |
| void | SerializeTo (SerializerElement &element) const |
| void | UnserializeFrom (const SerializerElement &element) |
Contains information about a source file that must be included when an extension is used.
|
inline |
Construct a new dependency metadata, though you probably want to call AddSourceFile on gd::PlatformExtension.