mirror of
https://github.com/Jous99/F4MP.git
synced 2026-01-13 00:40:53 +01:00
15 lines
680 B
C++
15 lines
680 B
C++
|
|
#include <TiltedOnlinePCH.h>
|
||
|
|
|
||
|
|
#include <Games/Overrides.h>
|
||
|
|
|
||
|
|
thread_local uint32_t ScopedReferencesOverride::s_refCount = 0;
|
||
|
|
thread_local uint32_t ScopedEquipOverride::s_refCount = 0;
|
||
|
|
thread_local uint32_t ScopedUnequipOverride::s_refCount = 0;
|
||
|
|
thread_local uint32_t ScopedSaveLoadOverride::s_refCount = 0;
|
||
|
|
thread_local uint32_t ScopedExperienceOverride::s_refCount = 0;
|
||
|
|
thread_local uint32_t ScopedActivateOverride::s_refCount = 0;
|
||
|
|
thread_local uint32_t ScopedInventoryOverride::s_refCount = 0;
|
||
|
|
thread_local uint32_t ScopedExtraDataOverride::s_refCount = 0;
|
||
|
|
thread_local uint32_t ScopedQuestOverride::s_refCount = 0;
|
||
|
|
thread_local uint32_t ScopedSpellCastOverride::s_refCount = 0;
|