1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-01-14 02:33:51 +02:00

Fix SharedMemory declaration

Should be under VCMI_LIB_NAMESPACE_BEGIN
This commit is contained in:
Hennadii Chernyshchyk 2022-12-14 19:53:13 +02:00 committed by Nordsoft91
parent ee55a21fae
commit 8de6c4a704

View File

@ -25,13 +25,12 @@ class CGameState;
struct ClientPlayer;
struct CPack;
struct CPackForLobby;
struct SharedMemory;
template<typename T> class CApplier;
VCMI_LIB_NAMESPACE_END
struct SharedMemory;
class CClient;
class CBaseForLobbyApply;