LeviLamina
Loading...
Searching...
No Matches
AdapterAttributes.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
RakNet {
6
7
enum class
AdapterAttributes :
int
{
8
// bitfield representation
9
NoAttributes = 0,
10
IsMulticast = 1 << 0,
11
IsLoopback = 1 << 1,
12
HasNoGateway = 1 << 2,
13
};
14
15
}
src
mc
deps
raknet
AdapterAttributes.h
Generated on Sat Apr 26 2025 05:55:28 for LeviLamina by
1.12.0