mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-09-16 15:02:35 +02:00
Add pseudodefs to precompiled header file
This commit is contained in:
@@ -57,7 +57,8 @@
|
||||
#include "public/include/json.hpp"
|
||||
|
||||
#include "core/assert.h"
|
||||
#include "core/termutil.h"
|
||||
#include "core/assert.h"
|
||||
#include "common/pseudodefs.h"
|
||||
#include "tier0/basetypes.h"
|
||||
|
||||
#if !defined (SDKLAUNCHER)
|
||||
@@ -74,7 +75,6 @@ namespace
|
||||
}
|
||||
#endif // !SDKLAUNCHER
|
||||
|
||||
// Since we wanna be able to use it anywhere I thought this might be the best location for it. Since it gets inlined anyway.
|
||||
#define MEMBER_AT_OFFSET(varType, varName, offset) \
|
||||
varType& varName() \
|
||||
{ \
|
||||
|
Reference in New Issue
Block a user