mirror of
https://github.com/copyrighttxt/watrbx-game-engine.git
synced 2026-09-05 05:07:48 +00:00
29 lines
972 B
C
29 lines
972 B
C
// USER EDITABLE FILE
|
|
// See NativeFeatureIncludes.h
|
|
|
|
#ifndef __NATIVE_FEATURE_INCLDUES_OVERRIDES_H
|
|
#define __NATIVE_FEATURE_INCLDUES_OVERRIDES_H
|
|
|
|
//#define LIBCAT_SECURITY 1
|
|
// ROBLOX:
|
|
#define _RAKNET_SUPPORT_ConsoleServer 0
|
|
#define _RAKNET_SUPPORT_LightweightDatabaseClient 0
|
|
#define _RAKNET_SUPPORT_LightweightDatabaseServer 0
|
|
#define _RAKNET_SUPPORT_EmailSender 0
|
|
#define _RAKNET_SUPPORT_HTTPConnection 0
|
|
#define _RAKNET_SUPPORT_MessageFilter 0
|
|
#define _RAKNET_SUPPORT_DirectoryDeltaTransfer 0
|
|
#define _RAKNET_SUPPORT_FileListTransfer 0
|
|
#define _RAKNET_SUPPORT_PacketLogger 0
|
|
#define _RAKNET_SUPPORT_ReplicaManager 0
|
|
#define _RAKNET_SUPPORT_ReplicaManager2 0
|
|
#define _RAKNET_SUPPORT_ReplicaManager3 0
|
|
#define _RAKNET_SUPPORT_NatTypeDetectionClient 0
|
|
#define _RAKNET_SUPPORT_NatTypeDetectionServer 0
|
|
#define _RAKNET_SUPPORT_HTTPConnection 0
|
|
#define _RAKNET_SUPPORT_EmailSender 0
|
|
#define _RAKNET_SUPPORT_LogCommandParser 0
|
|
#define _RAKNET_SUPPORT_TeamBalancer 0
|
|
|
|
#endif
|