LeviLamina
Loading...
Searching...
No Matches
PunchthroughConfiguration.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace RakNet {
6
7struct PunchthroughConfiguration {
8public:
9 // member variables
10 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 PunchthroughConfiguration& operator=(PunchthroughConfiguration const&);
27 PunchthroughConfiguration(PunchthroughConfiguration const&);
28 PunchthroughConfiguration();
29};
30
31} // namespace RakNet
Definition Alias.h:14