mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-20 20:29:10 +00:00
fix relative includes in PubUtilLib, move them up to where they belong, remvoe some unused files
This commit is contained in:
@ -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