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:
@ -79,7 +79,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plExportDlg.h"
|
||||
|
||||
#include "plStatusLog/plStatusLog.h"
|
||||
#include "plFile/plFileUtils.h"
|
||||
#include "plFileUtils.h"
|
||||
|
||||
#include "plAvatar/plAvatarMgr.h"
|
||||
|
||||
|
@ -325,7 +325,7 @@ void plExportDlgImp::IExportCurrentFile(const char* exportPath)
|
||||
GetCOREInterface()->ExportToFile(exportPath);
|
||||
}
|
||||
|
||||
#include "plFile/hsFiles.h"
|
||||
#include "hsFiles.h"
|
||||
|
||||
void plExportDlgImp::IDoExport()
|
||||
{
|
||||
|
Reference in New Issue
Block a user