mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix paths and move GetSecureEncryptionKey so things compile again
This commit is contained in:
@ -138,7 +138,7 @@ __declspec(dllexport) ULONG LibVersion()
|
||||
#include "plSDL/plSDL.h"
|
||||
#include "plMaxCFGFile.h"
|
||||
#include <direct.h>
|
||||
#include "plFile/hsFiles.h"
|
||||
#include "hsFiles.h"
|
||||
|
||||
//
|
||||
// DLLMAIN
|
||||
|
@ -43,7 +43,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plAgeDescInterface.h"
|
||||
#include "max.h"
|
||||
#include "resource.h"
|
||||
#include "plFile/hsFiles.h"
|
||||
#include "hsFiles.h"
|
||||
#include "plAgeDescription/plAgeDescription.h"
|
||||
#include "plMaxCFGFile.h"
|
||||
#include "hsStream.h"
|
||||
|
@ -45,7 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "MaxComponent/plAutoUIBlock.h"
|
||||
//#include "Python.h"
|
||||
#include "plMaxCFGFile.h"
|
||||
#include "plFile/hsFiles.h"
|
||||
#include "hsFiles.h"
|
||||
|
||||
#include "plgDispatch.h"
|
||||
#include "pfPython/cyPythonInterface.h"
|
||||
|
Reference in New Issue
Block a user