mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Move plRandom into pnEncryption.
--HG-- rename : Sources/Plasma/PubUtilLib/plMath/plRandom.h => Sources/Plasma/NucleusLib/pnEncryption/plRandom.h
This commit is contained in:
@ -50,7 +50,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plMessage/plAgeLoadedMsg.h"
|
||||
#include "pnSceneObject/plSceneObject.h"
|
||||
#include "hsTimer.h"
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
#include "pnMessage/plEnableMsg.h"
|
||||
#include "plMessage/plAnimCmdMsg.h"
|
||||
#include "plMessage/plLoadCloneMsg.h"
|
||||
|
@ -45,7 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pnModifier/plSingleModifier.h"
|
||||
#include "hsGeometry3.h"
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
#include "hsTemplates.h"
|
||||
|
||||
class plSceneObject;
|
||||
|
@ -10,6 +10,7 @@ set(pnEncryption_SOURCES
|
||||
set(pnEncryption_HEADERS
|
||||
plChallengeHash.h
|
||||
plChecksum.h
|
||||
plRandom.h
|
||||
)
|
||||
|
||||
add_library(pnEncryption STATIC ${pnEncryption_SOURCES} ${pnEncryption_HEADERS})
|
||||
|
@ -55,7 +55,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "plPipeline/plDebugText.h"
|
||||
#include "pnSceneObject/plCoordinateInterface.h"
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
#include "plNetClient/plNetClientMgr.h"
|
||||
#include "plNetTransport/plNetTransportMember.h"
|
||||
|
||||
|
@ -73,7 +73,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pnSceneObject/plCoordinateInterface.h"
|
||||
#include "plInputCore/plAvatarInputInterface.h"
|
||||
#include "plInputCore/plInputDevice.h"
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
#include "plPipeline/plDebugText.h"
|
||||
#include "plNetClient/plNetLinkingMgr.h"
|
||||
|
||||
|
@ -73,7 +73,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plDrawable/plSpaceTree.h"
|
||||
#include "plSurface/hsGMaterial.h"
|
||||
#include "plSurface/plLayer.h"
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
#include "plSDL/plSDL.h"
|
||||
#include "plVault/plVault.h"
|
||||
#include "plResMgr/plKeyFinder.h"
|
||||
|
@ -74,7 +74,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plModifier/plSpawnModifier.h"
|
||||
#include "plModifier/plMaintainersMarkerModifier.h"
|
||||
#include "plVault/plDniCoordinateInfo.h"
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
|
||||
#include "pnMessage/plPlayerPageMsg.h"
|
||||
#include "pnMessage/plWarpMsg.h"
|
||||
|
@ -58,7 +58,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
|
||||
#include "hsFastMath.h"
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
static plRandom sRand;
|
||||
|
||||
|
||||
|
@ -75,7 +75,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pnMessage/plTimeMsg.h"
|
||||
#include "plgDispatch.h"
|
||||
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
#include "hsFastMath.h"
|
||||
|
||||
#include "hsStream.h"
|
||||
|
@ -60,7 +60,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plAvatar/plArmatureMod.h"
|
||||
#include "plAvatar/plAvBrainHuman.h"
|
||||
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
static plRandom sRand;
|
||||
|
||||
static const uint32_t kNumPrintIDs = 2;
|
||||
|
@ -61,7 +61,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plAvatar/plAvBrainHuman.h"
|
||||
#include "plAvatar/plArmatureMod.h"
|
||||
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
static plRandom sRand;
|
||||
|
||||
#include "plTweak.h"
|
||||
|
@ -68,7 +68,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plAvatar/plAvBrainHuman.h"
|
||||
#include "plAvatar/plArmatureMod.h"
|
||||
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
static plRandom sRand;
|
||||
|
||||
#include "plTweak.h"
|
||||
|
@ -54,7 +54,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsTimer.h"
|
||||
#include "plTweak.h"
|
||||
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
|
||||
static const uint32_t kNumPrintIDs = 0;
|
||||
|
||||
|
@ -64,7 +64,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plInterp/plAnimPath.h"
|
||||
|
||||
#include "hsFastMath.h"
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
static plRandom sRand;
|
||||
|
||||
|
||||
|
@ -46,7 +46,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "hsGeometry3.h"
|
||||
#include "hsTemplates.h"
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
#include "hsBounds.h"
|
||||
|
||||
#include "plFixedWaterState7.h"
|
||||
|
@ -14,7 +14,6 @@ set(plMath_HEADERS
|
||||
hsRadixSort.h
|
||||
hsSearchVersion.h
|
||||
plAvg.h
|
||||
plRandom.h
|
||||
plTriUtils.h
|
||||
)
|
||||
|
||||
|
@ -49,7 +49,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsResMgr.h"
|
||||
#include "plPipeline.h"
|
||||
#include "hsFastMath.h"
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
#include "plParticleSystem.h"
|
||||
#include "plMessage/plParticleUpdateMsg.h"
|
||||
|
||||
|
@ -52,7 +52,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plMessage/plParticleUpdateMsg.h"
|
||||
#include "plInterp/plController.h"
|
||||
#include "hsResMgr.h"
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
|
||||
static const float DEFAULT_INVERSE_MASS = 1.f;
|
||||
|
||||
|
Reference in New Issue
Block a user