LeviLamina
Loading...
Searching...
No Matches
float4x4_t.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
bx {
6
7
struct
float4x4_t
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::TypedStorage<4, 64, float[4][4]> col;
12
// NOLINTEND
13
};
14
15
}
// namespace bx
bx::float4x4_t
Definition
float4x4_t.h:7
src-client
mc
external
bx
float4x4_t.h
Generated on
for LeviLamina by
1.16.1