mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 10:37:41 -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:
@ -57,7 +57,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "hsBitVector.h"
|
||||
#include "plMath/hsRadixSort.h"
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
#include "pfAnimation/plBlower.h"
|
||||
|
||||
#include "plDicer.h"
|
||||
|
@ -44,7 +44,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "resource.h"
|
||||
#include "plComponent.h"
|
||||
#include "plComponentReg.h"
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
#include "plObjectFlockerComponent.h"
|
||||
#include "pnKeyedObject/plUoid.h"
|
||||
#include "MaxMain/plMaxNode.h"
|
||||
|
@ -43,7 +43,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef plDistributor_inc
|
||||
#define plDistributor_inc
|
||||
|
||||
#include "plMath/plRandom.h"
|
||||
#include "pnEncryption/plRandom.h"
|
||||
#include "plDistTree.h"
|
||||
|
||||
class INode;
|
||||
|
Reference in New Issue
Block a user