1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-17 10:52:46 +00:00

Move plCmdParser to CoreLib.

This commit is contained in:
2015-06-06 16:20:16 -07:00
parent 24b20b718f
commit 6ba5822117
10 changed files with 6 additions and 24 deletions

View File

@ -50,6 +50,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <curl/curl.h>
#include "hsStream.h"
#include "plCmdParser.h"
#include "plClient.h"
#include "plClientResMgr/plClientResMgr.h"
#include "pfCrashHandler/plCrashCli.h"
@ -66,7 +67,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plProduct.h"
#include "plNetGameLib/plNetGameLib.h"
#include "plPhysX/plSimulationMgr.h"
#include "pnUtils/plCmdParser.h"
#include "res/resource.h"

View File

@ -46,9 +46,9 @@ Mead, WA 99021
#include "plProduct.h"
#include "hsThread.h"
#include "hsTimer.h"
#include "plCmdParser.h"
#include "pnUtils/pnUtils.h"
#include "pnUtils/plCmdParser.h"
#include "pnAsyncCore/pnAsyncCore.h"
#include "plNetGameLib/plNetGameLib.h"
#include "plStatusLog/plStatusLog.h"