mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
PubUtilLib Part IV
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
include_directories("../../CoreLib")
|
||||
include_directories("../../NucleusLib/inc")
|
||||
include_directories("../../NucleusLib")
|
||||
include_directories("../../PubUtilLib")
|
||||
|
||||
include_directories(${OPENSSL_INCLUDE_DIR})
|
||||
|
||||
set(plNetTransport_SOURCES
|
||||
plNetTransport.cpp
|
||||
plNetTransportMember.cpp
|
||||
)
|
||||
|
||||
set(plNetTransport_HEADERS
|
||||
plNetTransport.h
|
||||
plNetTransportMember.h
|
||||
)
|
||||
|
||||
add_library(plNetTransport STATIC ${plNetTransport_SOURCES} ${plNetTransport_HEADERS})
|
||||
|
||||
source_group("Source Files" FILES ${plNetTransport_SOURCES})
|
||||
source_group("Header Files" FILES ${plNetTransport_HEADERS})
|
@ -28,8 +28,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsTimer.h"
|
||||
#include "plNetTransport.h"
|
||||
#include "plNetTransportMember.h"
|
||||
#include "../plNetMessage/plNetMessage.h"
|
||||
#include "../plNetClient/plNetClientMgr.h"
|
||||
#include "plNetMessage/plNetMessage.h"
|
||||
#include "plNetClient/plNetClientMgr.h"
|
||||
#include <algorithm>
|
||||
|
||||
plNetTransport::~plNetTransport()
|
||||
|
@ -28,8 +28,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "hsConfig.h"
|
||||
#include "hsStlUtils.h"
|
||||
#include "../plNetCommon/plNetMember.h"
|
||||
#include "../pnKeyedObject/plKey.h"
|
||||
#include "plNetCommon/plNetMember.h"
|
||||
#include "pnKeyedObject/plKey.h"
|
||||
|
||||
//
|
||||
// This represents a participant in the game, ie. another
|
||||
|
Reference in New Issue
Block a user