LeviLamina
Loading...
Searching...
No Matches
ClientInputHandlerProxyCallbacks.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
6public:
7 // member variables
8 // NOLINTBEGIN
9 ::ll::TypedStorage<8, 64, ::std::function<uint(::std::string const&)>> mGetNameId;
10 ::ll::TypedStorage<8, 64, ::std::function<::std::string()>> mGetCurrentInputMapping;
11 // NOLINTEND
12
13public:
14 // member functions
15 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // destructor thunk
21 // NOLINTBEGIN
22 MCFOLD void $dtor();
23 // NOLINTEND
24};
Definition ClientInputHandlerProxyCallbacks.h:5