mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Fix paths and move GetSecureEncryptionKey so things compile again
This commit is contained in:
@ -92,7 +92,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plAudio/plWin32StreamingSound.h"
|
||||
#include "plAudio/plWin32GroupedSound.h"
|
||||
#include "plAudioCore/plSoundBuffer.h"
|
||||
#include "plFile/plFileUtils.h"
|
||||
#include "plFileUtils.h"
|
||||
|
||||
// Valdez Asset Manager Related
|
||||
#ifdef MAXASS_AVAILABLE
|
||||
|
@ -115,7 +115,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plAgeDescription/plAgeDescription.h"
|
||||
#include "MaxMain/plMaxCFGFile.h"
|
||||
#include "MaxMain/plAgeDescInterface.h"
|
||||
#include "plFile/hsFiles.h"
|
||||
#include "hsFiles.h"
|
||||
#include "MaxConvert/plConvert.h"
|
||||
#include "MaxPlasmaMtls/Layers/plDynamicTextLayer.h"
|
||||
#include "MaxPlasmaMtls/Layers/plLayerTexBitmapPB.h"
|
||||
|
@ -70,7 +70,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plInterp/plController.h"
|
||||
#include "MaxMain/plMaxNode.h"
|
||||
#include "pnKeyedObject/plKey.h"
|
||||
#include "plFile/plFileUtils.h"
|
||||
#include "plFileUtils.h"
|
||||
|
||||
// Follow mod
|
||||
#include "plInterp/plAnimPath.h"
|
||||
@ -95,7 +95,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plAgeDescription/plAgeDescription.h"
|
||||
#include "MaxMain/plMaxCFGFile.h"
|
||||
#include "MaxMain/plAgeDescInterface.h"
|
||||
#include "plFile/hsFiles.h"
|
||||
#include "hsFiles.h"
|
||||
#include "plResMgr/plPageInfo.h"
|
||||
|
||||
#include "plDrawable/plGeometrySpan.h"
|
||||
|
@ -49,7 +49,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plMiscComponents.h"
|
||||
// Needed for the dialog
|
||||
#include "MaxMain/plMaxCFGFile.h"
|
||||
#include "plFile/hsFiles.h"
|
||||
#include "hsFiles.h"
|
||||
#include "plAgeDescription/plAgeDescription.h"
|
||||
|
||||
// Needed to create the message
|
||||
|
Reference in New Issue
Block a user