LeviLamina
Loading...
Searching...
No Matches
Inputs.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
ClientBlockPipeline {
6
7
class
Inputs
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::TypedStorage<8, 24, ::std::vector<::std::any>> mInputs;
12
// NOLINTEND
13
14
public
:
15
// member functions
16
// NOLINTBEGIN
17
MCAPI ~Inputs();
18
// NOLINTEND
19
20
public
:
21
// destructor thunk
22
// NOLINTBEGIN
23
MCFOLD
void
$dtor();
24
// NOLINTEND
25
};
26
27
}
// namespace ClientBlockPipeline
ClientBlockPipeline::Inputs
Definition
Inputs.h:7
src-client
mc
client
renderer
block
tessellation_pipeline
client_block_pipeline
Inputs.h
Generated on
for LeviLamina by
1.16.1