mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-19 03:39:08 +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:
@ -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