mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 11:19:10 +00:00
Deprecate plFileUtils and parts of pnUtPath
This commit is contained in:
@ -58,7 +58,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsTimer.h"
|
||||
#include "plPipeline/hsG3DDeviceSelector.h"
|
||||
#include "plFile/plEncryptedStream.h"
|
||||
#include "plFile/plFileUtils.h"
|
||||
#include "plInputCore/plInputManager.h"
|
||||
#include "plInputCore/plInputInterfaceMgr.h"
|
||||
#include "plInputCore/plInputDevice.h"
|
||||
|
@ -75,7 +75,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plStatusLog/plStatusLog.h"
|
||||
#include "plProduct.h"
|
||||
#include "plNetGameLib/plNetGameLib.h"
|
||||
#include "plFile/plFileUtils.h"
|
||||
|
||||
#include "plPhysX/plSimulationMgr.h"
|
||||
|
||||
@ -542,7 +541,7 @@ bool InitClient( HWND hWnd )
|
||||
resMgr->SetDataPath("dat");
|
||||
hsgResMgr::Init(resMgr);
|
||||
|
||||
if(!plFileUtils::FileExists("resource.dat"))
|
||||
if (!plFileInfo("resource.dat").Exists())
|
||||
{
|
||||
hsMessageBox("Required file 'resource.dat' not found.", "Error", hsMessageBoxNormal);
|
||||
return false;
|
||||
|
Reference in New Issue
Block a user