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 NucleusLib, move them up to where they belong, remove some unused files
This commit is contained in:
@ -14,6 +14,8 @@ set(pnNetCommon_HEADERS
|
||||
plSDLTypes.h
|
||||
plSynchedObject.h
|
||||
plSynchedValue.h
|
||||
pnNetCommon.h
|
||||
pnNetCommonCreatable.h
|
||||
)
|
||||
|
||||
set(pnNetCommon_SOURCES
|
||||
|
@ -31,7 +31,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsStlUtils.h"
|
||||
#include "hsRefCnt.h"
|
||||
#include "hsStream.h"
|
||||
#include "../pnFactory/plCreatable.h"
|
||||
#include "pnFactory/plCreatable.h"
|
||||
|
||||
//
|
||||
// main logging switch
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef pnNetCommonCreatable_inc
|
||||
#define pnNetCommonCreatable_inc
|
||||
|
||||
#include "../pnFactory/plCreator.h"
|
||||
#include "pnFactory/plCreator.h"
|
||||
|
||||
#include "plSynchedObject.h"
|
||||
REGISTER_CREATABLE( plSynchedObject );
|
||||
|
Reference in New Issue
Block a user