F4MP/tiltedcode/Code/client/Games/Overrides.cpp
Jous99 37b16f1547 code upload
codigo original de f4mp y tilted para referencias
2026-01-06 18:45:00 +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;