]> git.tdb.fi Git - libs/game.git/commit
Hide thread-local data behind accessor functions
authorMikko Rasa <tdb@tdb.fi>
Sun, 26 Jan 2025 20:42:00 +0000 (22:42 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 27 Jan 2025 11:28:31 +0000 (13:28 +0200)
commitf16a393b6c746b67bca85315d164c24aaaaaac4d
tree2756ce318ae45a600b6ad72b8e5bcf22aa96fced
parent1f5f646a4e5b4c0d34c8c65bbdec04a3ff15c85b
Hide thread-local data behind accessor functions

MSVC doesn't like them as static members of classes with DLL interface.
source/game/accessguard.cpp
source/game/accessguard.h
source/game/system.cpp
source/game/system.h