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:
parent
ee55a21fae
commit
8de6c4a704
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user