mirror of
https://github.com/vcmi/vcmi.git
synced 2024-12-24 22:14:36 +02:00
Fix ios build
This commit is contained in:
parent
843966119f
commit
5713651e09
@ -18,6 +18,8 @@
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
class CConnection;
|
||||
class EnetService;
|
||||
class EnetConnection;
|
||||
class PlayerColor;
|
||||
struct StartInfo;
|
||||
|
||||
|
@ -10,6 +10,8 @@
|
||||
#include "CThreadHelper.h"
|
||||
#include <thread>
|
||||
|
||||
VCMI_LIB_NAMESPACE_BEGIN
|
||||
|
||||
EnetConnection::EnetConnection(ENetPeer * _peer):
|
||||
peer(_peer)
|
||||
{
|
||||
@ -267,3 +269,5 @@ void EnetService::poll()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
VCMI_LIB_NAMESPACE_END
|
||||
|
@ -20,6 +20,8 @@ VCMI_LIB_NAMESPACE_BEGIN
|
||||
class CMapInfo;
|
||||
|
||||
struct CPackForLobby;
|
||||
class EnetService;
|
||||
class EnetConnection;
|
||||
struct SharedMemory;
|
||||
|
||||
struct StartInfo;
|
||||
|
Loading…
Reference in New Issue
Block a user