]> git.tdb.fi Git - libs/game.git/commit
Explicitly declare special members of certain classes
authorMikko Rasa <tdb@tdb.fi>
Sun, 26 Jan 2025 20:43:06 +0000 (22:43 +0200)
committerMikko Rasa <tdb@tdb.fi>
Mon, 27 Jan 2025 11:28:31 +0000 (13:28 +0200)
commitcbbb98d1777c05d021495950d30ba1ad511b57e4
treee7130281ea76814ffb7613a87c14b81312b6b6a7
parenteb481aea3880cfef28279a29b69b563b6358f46f
Explicitly declare special members of certain classes

MSVC tries to generate them for DLL export and that fails because of
vectors of unique pointers.
source/game/reflection.h
source/game/spawner.h
source/game/system.h