mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +00:00
fix relative includes in PubUtilLib, move them up to where they belong, remvoe some unused files
This commit is contained in:
@ -39,7 +39,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plgDispatch.h"
|
||||
|
||||
// other
|
||||
// #include "../pnMessage/plRefMsg.h"
|
||||
#include "plMessage/plAnimCmdMsg.h"
|
||||
#include "pnMessage/plSDLModifierMsg.h"
|
||||
#include "pnMessage/plSDLNotificationMsg.h"
|
||||
|
@ -70,6 +70,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plMessage/plClimbEventMsg.h"
|
||||
#include "pnNetCommon/plSDLTypes.h"
|
||||
|
||||
#include "plSDL/plSDL.h"
|
||||
#include "plAvatarSDLModifier.h"
|
||||
|
||||
/////////////////////////////////////////////////////////////////
|
||||
//
|
||||
// IMPLEMENTATION
|
||||
@ -769,8 +772,6 @@ hsBool plAvBrainClimb::IInitAnimations()
|
||||
// SDL-BASED PERSISTENCE
|
||||
//
|
||||
/////////////////////////////////////////////////////////////////////////////////////////
|
||||
#include "../plSDL/plSDL.h"
|
||||
#include "plAvatarSDLModifier.h"
|
||||
|
||||
// SaveToSDL -----------------------------------------
|
||||
// ---------
|
||||
|
@ -36,6 +36,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
// other
|
||||
#include "plMessage/plAvatarMsg.h"
|
||||
#include "plMessage/plOneShotMsg.h"
|
||||
#include "plMessage/plOneShotCallbacks.h"
|
||||
|
||||
// CTOR()
|
||||
plOneShotMod::plOneShotMod()
|
||||
@ -91,9 +93,6 @@ plOneShotMod::~plOneShotMod()
|
||||
}
|
||||
|
||||
|
||||
#include "../plMessage/plOneShotMsg.h"
|
||||
#include "../plMessage/plOneShotCallbacks.h"
|
||||
|
||||
// MSGRECEIVE
|
||||
hsBool plOneShotMod::MsgReceive(plMessage* msg)
|
||||
{
|
||||
|
Reference in New Issue
Block a user