LeviLamina
Loading...
Searching...
No Matches
AABBShapeComponent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/math/Vec2.h"
7#include "mc/world/phys/AABB.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<4, 24, ::AABB> mAABB;
14 ::ll::TypedStorage<4, 8, ::Vec2> mBBDim;
15 // NOLINTEND
16};
Definition AABBShapeComponent.h:9