3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/common/editor/WorldType.h"
7#include "mc/editor/services/export/ExportResult.h"
12namespace Editor {
class GameOptions; }
15namespace Editor::Services {
25 virtual void beginExportProject(
28 ::Editor::WorldType
const,
29 ::std::function<
void(::Editor::ExportResult
const&)>
33 virtual bool canExportProject() = 0;
Definition GameOptions.h:15
Definition EditorPlayerExportProjectServiceProvider.h:17
Definition WeakEntityRef.h:14