1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 19:29:09 +00:00

Almost done with NucleusLib cmake conversion

--HG--
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plNetCommon/plNetResManager.cpp => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetCommon/plNetResManager.cpp
rename : MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/PubUtilLib/plNetCommon/plNetResManager.h => MOULOpenSourceClientPlugin/Plasma20/Sources/Plasma/NucleusLib/pnNetCommon/plNetResManager.h
This commit is contained in:
2011-04-09 02:05:11 -07:00
parent 7a4cbbe021
commit ae434d4eda
82 changed files with 723 additions and 146 deletions

View File

@ -73,8 +73,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifdef SERVER
# ifdef USES_NETSRV
// for SrvMsgHeader definition
# include "../../NucleusLib/pnIni/pnIni.h" // psSrvConn needs ini types
# include "../../ServerLib/psUtils/psUtils.h"
# include "pnIni/pnIni.h" // psSrvConn needs ini types
# include "psUtils/psUtils.h"
# ifdef USES_PROTOCOL_SRV2VAULT
# include "Protocols/Srv2Vault/pnNpSrv2Vault.h"