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:
@ -45,12 +45,12 @@ REGISTER_NONCREATABLE( plPhysical );
|
||||
#include "plgDispatch.h"
|
||||
REGISTER_NONCREATABLE( plDispatchBase );
|
||||
|
||||
#include "../pnDispatch/pnDispatchCreatable.h"
|
||||
#include "../pnKeyedObject/pnKeyedObjectCreatable.h"
|
||||
#include "../pnMessage/pnMessageCreatable.h"
|
||||
#include "../pnModifier/pnModifierCreatable.h"
|
||||
#include "../pnNetCommon/pnNetCommonCreatable.h"
|
||||
#include "../pnSceneObject/pnSceneObjectCreatable.h"
|
||||
#include "../pnTimer/pnTimerCreatable.h"
|
||||
#include "pnDispatch/pnDispatchCreatable.h"
|
||||
#include "pnKeyedObject/pnKeyedObjectCreatable.h"
|
||||
#include "pnMessage/pnMessageCreatable.h"
|
||||
#include "pnModifier/pnModifierCreatable.h"
|
||||
#include "pnNetCommon/pnNetCommonCreatable.h"
|
||||
#include "pnSceneObject/pnSceneObjectCreatable.h"
|
||||
#include "pnTimer/pnTimerCreatable.h"
|
||||
|
||||
#endif // pnNucleusCreatables_inc
|
||||
|
Reference in New Issue
Block a user