LeviLamina
Loading...
Searching...
No Matches
IsIntersecting.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
AABB
;
8
// clang-format on
9
10
namespace
AutoStepSystem {
11
12
struct
IsIntersecting {
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::TypedStorage<8, 8, ::AABB const&> mAABB;
17
// NOLINTEND
18
19
public
:
20
// prevent constructor by default
21
IsIntersecting& operator=(IsIntersecting
const
&);
22
IsIntersecting(IsIntersecting
const
&);
23
IsIntersecting();
24
};
25
26
}
// namespace AutoStepSystem
AABB
Definition
AABB.h:18
src
mc
entity
systems
auto_step_system
IsIntersecting.h
Generated on
for LeviLamina by
1.16.1