mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
fix relative includes in NucleusLib, move them up to where they belong, remove some unused files
This commit is contained in:
@ -35,6 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "plNotifyMsg.h"
|
||||
|
||||
#include "pnNetCommon/plNetApp.h"
|
||||
|
||||
plNotifyMsg::plNotifyMsg(const plKey &s, const plKey &r)
|
||||
{
|
||||
@ -878,8 +879,6 @@ enum NotifyMsgFlags
|
||||
kNotifyMsgEDs,
|
||||
};
|
||||
|
||||
#include "../pnNetCommon/plNetApp.h"
|
||||
|
||||
void plNotifyMsg::ReadVersion(hsStream* s, hsResMgr* mgr)
|
||||
{
|
||||
plMessage::IMsgReadVersion(s, mgr);
|
||||
|
Reference in New Issue
Block a user