LeviLamina
Loading...
Searching...
No Matches
VehicleRootInfo.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
Actor
;
8
// clang-format on
9
10
namespace
VehicleUtils {
11
12
struct
VehicleRootInfo
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::TypedStorage<8, 8, ::Actor*> mVehicle;
17
::ll::TypedStorage<4, 4, int> mIterationCount;
18
// NOLINTEND
19
};
20
21
}
// namespace VehicleUtils
Actor
Definition
Actor.h:105
VehicleUtils::VehicleRootInfo
Definition
VehicleRootInfo.h:12
src
mc
world
actor
vehicle_utils
VehicleRootInfo.h
Generated on
for LeviLamina by
1.16.1