mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
fix relative includes in PubUtilLib, move them up to where they belong, remvoe some unused files
This commit is contained in:
@ -32,6 +32,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pnKeyedObject/plKey.h"
|
||||
#include "pnSceneObject/plSceneObject.h"
|
||||
|
||||
#include "plMessage/plOneShotCallbacks.h"
|
||||
|
||||
#ifndef SERVER
|
||||
#include "plAvatar/plAvBrain.h"
|
||||
#endif
|
||||
@ -331,8 +333,6 @@ void plAvTaskSeekDoneMsg::Write(hsStream *stream, hsResMgr *mgr)
|
||||
//
|
||||
/////////////////
|
||||
|
||||
#include "../plMessage/plOneShotCallbacks.h"
|
||||
|
||||
// CTOR()
|
||||
plAvOneShotMsg::plAvOneShotMsg()
|
||||
: plAvSeekMsg(), fAnimName(nil), fDrivable(false), fReversible(false), fCallbacks(nil)
|
||||
|
@ -31,7 +31,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plNetCommon/plNetServerSessionInfo.h"
|
||||
#include "plNetCommon/plNetCommon.h"
|
||||
#include "hsBitVector.h"
|
||||
|
||||
#include "pnNetCommon/plNetApp.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
@ -203,7 +203,6 @@ enum LinkEffectsFlags
|
||||
kLinkEffectsLinkInAnimKey,
|
||||
};
|
||||
|
||||
#include "../pnNetCommon/plNetApp.h"
|
||||
void plLinkEffectsTriggerMsg::ReadVersion(hsStream* s, hsResMgr* mgr)
|
||||
{
|
||||
plMessage::IMsgReadVersion(s, mgr);
|
||||
|
Reference in New Issue
Block a user