LeviLamina
Loading...
Searching...
No Matches
SimpleMutex.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
RakNet {
6
7
class
SimpleMutex
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::UntypedStorage<8, 40>
criticalSection;
12
// NOLINTEND
13
14
public
:
15
// member functions
16
// NOLINTBEGIN
17
MCAPI
SimpleMutex
();
18
19
MCAPI
~SimpleMutex
();
20
// NOLINTEND
21
22
public
:
23
// constructor thunks
24
// NOLINTBEGIN
25
MCFOLD
void
* $ctor();
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
MCFOLD
void
$dtor();
32
// NOLINTEND
33
};
34
35
}
// namespace RakNet
RakNet::SimpleMutex
Definition
SimpleMutex.h:7
ll::UntypedStorage
Definition
Alias.h:14
src-server
mc
deps
raknet
SimpleMutex.h
Generated on Tue Oct 28 2025 05:31:35 for LeviLamina by
1.12.0