LeviLamina
Loading...
Searching...
No Matches
MovementAttributesComponentExt.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/brstd/flat_map.h"
7
8// auto generated forward declare list
9// clang-format off
10class HashedString;
12// clang-format on
13
14namespace MovementAttributesComponentExt {
15// functions
16// NOLINTBEGIN
17MCAPI ::brstd::flat_map<
20 ::std::less<::HashedString>,
21 ::std::vector<::HashedString>,
22 ::std::vector<::MovementAttributeEntry>> const&
23getAttributeMap();
24// NOLINTEND
25
26} // namespace MovementAttributesComponentExt
Definition HashedString.h:5
Definition MovementAttributeEntry.h:15