diff --git a/r5dev/tier0/platform.h b/r5dev/tier0/platform.h index 65de0ac3..f3b90c9c 100644 --- a/r5dev/tier0/platform.h +++ b/r5dev/tier0/platform.h @@ -374,6 +374,8 @@ template const char* MemAllocClassName(T* p) // as little code as possible, and throw an assertion in debug. #define NO_DEFAULT default: UNREACHABLE(); +#define MAX_FILEPATH 512 + // Defines MAX_PATH #ifndef MAX_PATH #define MAX_PATH 260