LeviLamina
Loading...
Searching...
No Matches
ResetCallbackObject.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
class
ResetCallbackObject
{
6
public
:
7
// member variables
8
// NOLINTBEGIN
9
::ll::TypedStorage<1, 1, bool> mCallbackReady;
10
// NOLINTEND
11
12
public
:
13
// virtual functions
14
// NOLINTBEGIN
15
virtual
~ResetCallbackObject() =
default
;
16
17
virtual
void
resetCallback() = 0;
18
// NOLINTEND
19
20
public
:
21
// virtual function thunks
22
// NOLINTBEGIN
23
24
// NOLINTEND
25
};
ResetCallbackObject
Definition
ResetCallbackObject.h:5
src-client
mc
util
ResetCallbackObject.h
Generated on
for LeviLamina by
1.16.1