mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Move plRandom into pnEncryption.
--HG-- rename : Sources/Plasma/PubUtilLib/plMath/plRandom.h => Sources/Plasma/NucleusLib/pnEncryption/plRandom.h
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user