mirror of
https://github.com/Milxnor/Project-Reboot-3.0.git
synced 2026-01-14 03:02:22 +01:00
Dude 💀
This commit is contained in:
@@ -5,6 +5,16 @@
|
||||
#include <format>
|
||||
#include <string>
|
||||
|
||||
/*
|
||||
|
||||
T(REP): Todo replication
|
||||
T(R): Todo random (every commented check, checkslow is automatically this)
|
||||
T(1-5): 1, being most important, 5 being least important to fix.
|
||||
|
||||
*/
|
||||
|
||||
decltype(nullptr) typedef TYPE_OF_NULLPTR;
|
||||
|
||||
typedef unsigned short uint16;
|
||||
typedef unsigned char uint8;
|
||||
typedef char int8;
|
||||
@@ -25,6 +35,8 @@ extern inline int Fortnite_CL = 0;
|
||||
|
||||
// #define ABOVE_S20
|
||||
|
||||
#define INDEX_NONE -1
|
||||
|
||||
struct PlaceholderBitfield
|
||||
{
|
||||
uint8_t First : 1;
|
||||
@@ -62,6 +74,15 @@ inline bool IsRestartingSupported()
|
||||
return Engine_Version >= 419 && Engine_Version < 424;
|
||||
}
|
||||
|
||||
enum ENetRole
|
||||
{
|
||||
ROLE_None,
|
||||
ROLE_SimulatedProxy,
|
||||
ROLE_AutonomousProxy,
|
||||
ROLE_Authority,
|
||||
ROLE_MAX,
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
enum class AllocatorType
|
||||
|
||||
Reference in New Issue
Block a user