8 #include "GDCore/IDE/AbstractFileSystem.h"
9 #include "GDCore/IDE/Project/ArbitraryResourceWorker.h"
10 #include "GDCore/String.h"
35 return hasAbsoluteFilenames;
44 bool hasAbsoluteFilenames;
An interface to manipulate files in a platform agnostic way. This allow exporters to work on files wi...
Definition: AbstractFileSystem.h:24
ArbitraryResourceWorker is used so as to inventory resources and sometimes update them.
Definition: ArbitraryResourceWorker.h:44
Helper used to check if a project has at least a resource with an absolute filename.
Definition: ResourcesAbsolutePathChecker.h:23
bool HasResourceWithAbsoluteFilenames() const
Definition: ResourcesAbsolutePathChecker.h:34
Inventory all resources used by a project.
Definition: ResourcesManager.h:556
String represents an UTF8 encoded string.
Definition: String.h:33
Definition: CommonTools.h:24