F4MP/codigos originales/tiltedcode/Code/client/Games/Overrides.cpp
2026-01-06 18:53:59 +01:00

14 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;