LeviLamina
Loading...
Searching...
No Matches
EditorServerExportProjectServiceProvider.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/file/PathBuffer.h"
7#include "mc/deps/core/string/BasicStackString.h"
8
9namespace Editor::Services {
10
12public:
13 // virtual functions
14 // NOLINTBEGIN
15 // vIndex: 0
17
18 // vIndex: 1
19 virtual void addPreTaskFilePathCallBack(
20 ::std::function<::std::function<void(::Core::PathBuffer<::Core::BasicStackString<char, 1024>> const&)>()>
21 ) = 0;
22 // NOLINTEND
23
24public:
25 // virtual function thunks
26 // NOLINTBEGIN
27
28 // NOLINTEND
29};
30
31} // namespace Editor::Services
Definition BasicStackString.h:8
Definition PathBuffer.h:8
Definition EditorServerExportProjectServiceProvider.h:11