mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 03:09:13 +00:00
oops, I forgot some relative includes
This commit is contained in:
@ -23,10 +23,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
Mead, WA 99021
|
Mead, WA 99021
|
||||||
|
|
||||||
*==LICENSE==*/
|
*==LICENSE==*/
|
||||||
#include "../plFile/hsFiles.h"
|
#include "plFile/hsFiles.h"
|
||||||
#include "../plFile/plEncryptedStream.h"
|
#include "plFile/plEncryptedStream.h"
|
||||||
#include "../pnUtils/pnUtils.h"
|
#include "pnUtils/pnUtils.h"
|
||||||
#include "../pnProduct/pnProduct.h"
|
#include "pnProduct/pnProduct.h"
|
||||||
#include "hsUtils.h"
|
#include "hsUtils.h"
|
||||||
|
|
||||||
void EncryptFiles(const char* dir, const char* ext, bool encrypt);
|
void EncryptFiles(const char* dir, const char* ext, bool encrypt);
|
||||||
|
@ -23,11 +23,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
Mead, WA 99021
|
Mead, WA 99021
|
||||||
|
|
||||||
*==LICENSE==*/
|
*==LICENSE==*/
|
||||||
#include "../plFile/hsFiles.h"
|
#include "plFile/hsFiles.h"
|
||||||
#include "../plFile/plFileUtils.h"
|
#include "plFile/plFileUtils.h"
|
||||||
#include "../plFile/plSecureStream.h"
|
#include "plFile/plSecureStream.h"
|
||||||
#include "../pnUtils/pnUtils.h"
|
#include "pnUtils/pnUtils.h"
|
||||||
#include "../pnProduct/pnProduct.h"
|
#include "pnProduct/pnProduct.h"
|
||||||
#include "hsUtils.h"
|
#include "hsUtils.h"
|
||||||
|
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
@ -31,7 +31,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include "hsTypes.h"
|
#include "hsTypes.h"
|
||||||
#include "../plStatusLog/plEncryptLogLine.h"
|
#include "plStatusLog/plEncryptLogLine.h"
|
||||||
|
|
||||||
void IProcessFile(const char *path)
|
void IProcessFile(const char *path)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user