mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Move plEncryption to pnEncryption.
--HG-- rename : Sources/Plasma/PubUtilLib/plEncryption/plChecksum.cpp => Sources/Plasma/NucleusLib/pnEncryption/plChecksum.cpp rename : Sources/Plasma/PubUtilLib/plEncryption/plChecksum.h => Sources/Plasma/NucleusLib/pnEncryption/plChecksum.h
This commit is contained in:
@ -37,7 +37,6 @@ target_link_libraries(plUruLauncher pfConsoleCore)
|
||||
target_link_libraries(plUruLauncher plAudioCore)
|
||||
target_link_libraries(plUruLauncher plClientPatcher)
|
||||
target_link_libraries(plUruLauncher plCompression)
|
||||
target_link_libraries(plUruLauncher plEncryption)
|
||||
target_link_libraries(plUruLauncher plFile)
|
||||
target_link_libraries(plUruLauncher plNetClient)
|
||||
target_link_libraries(plUruLauncher plNetClientComm)
|
||||
@ -47,6 +46,7 @@ target_link_libraries(plUruLauncher plNetTransport)
|
||||
target_link_libraries(plUruLauncher plUnifiedTime)
|
||||
target_link_libraries(plUruLauncher pnAsyncCore)
|
||||
target_link_libraries(plUruLauncher pnAsyncCoreExe)
|
||||
target_link_libraries(plUruLauncher pnEncryption)
|
||||
target_link_libraries(plUruLauncher pnNetBase)
|
||||
target_link_libraries(plUruLauncher pnNetCli)
|
||||
target_link_libraries(plUruLauncher pnNetCommon)
|
||||
|
@ -61,7 +61,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pnProduct/pnProduct.h"
|
||||
#include "pnNetCli/pnNetCli.h"
|
||||
#include "plNetGameLib/plNetGameLib.h"
|
||||
#include "plEncryption/plChecksum.h"
|
||||
#include "pnEncryption/plChecksum.h"
|
||||
|
||||
#include "plCompression/plZlibStream.h"
|
||||
#include "plClientPatcher/UruPlayer.h"
|
||||
|
Reference in New Issue
Block a user