Dude 💀

This commit is contained in:
Gray
2024-03-20 21:45:38 -04:00
parent 138d3cc668
commit b3d9ab9e8b
46 changed files with 2846 additions and 1608 deletions

View File

@@ -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