diff --git a/r5dev/tier0/platform.h b/r5dev/tier0/platform.h index 1353f240..65de0ac3 100644 --- a/r5dev/tier0/platform.h +++ b/r5dev/tier0/platform.h @@ -476,6 +476,8 @@ inline int64 CastPtrToInt64(const void* p) #define FORCEINLINE_TEMPLATE __forceinline #define NULLTERMINATED __nullterminated +#define FORCENOINLINE __declspec(noinline) + // This can be used to ensure the size of pointers to members when declaring // a pointer type for a class that has only been forward declared #define SINGLE_INHERITANCE __single_inheritance