LeviLamina
Loading...
Searching...
No Matches
IResourceRepositories.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Pack;
8namespace PackCommand { struct PackAssociations; }
9// clang-format on
10
11namespace PackCommand {
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 // vIndex: 0
18 virtual ~IResourceRepositories() = default;
19
20 // vIndex: 1
21 virtual void fillPackAssociations(::std::vector<::gsl::not_null<::PackCommand::PackAssociations*>>&) = 0;
22
23 // vIndex: 2
24 virtual void removePacks(::std::vector<::gsl::not_null<::Pack const*>> const&) = 0;
25 // NOLINTEND
26
27public:
28 // virtual function thunks
29 // NOLINTBEGIN
30
31 // NOLINTEND
32};
33
34} // namespace PackCommand
Definition IResourceRepositories.h:13
Definition Pack.h:27