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:
@ -34,6 +34,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plUoid.h"
|
||||
#include <string.h>
|
||||
|
||||
#include "plFixedKey.h"
|
||||
#include "plCreatableIndex.h"
|
||||
#include "pnKeyedObject/plKey.h"
|
||||
#include "pnFactory/plCreator.h"
|
||||
|
||||
//// plKeySeed ///////////////////////////////////////////////////////////////
|
||||
// Our seed struct. Defined here so it doesn't have to be in the .h file
|
||||
|
||||
@ -55,11 +60,6 @@ struct plKeySeed
|
||||
}
|
||||
};
|
||||
|
||||
#include "plFixedKey.h"
|
||||
#include "plCreatableIndex.h"
|
||||
#include "../pnKeyedObject/plKey.h"
|
||||
#include "../pnFactory/plCreator.h"
|
||||
|
||||
// Rules for SeedList:
|
||||
// 1) Must be in the Same order as enum fixedKey
|
||||
// 2) For now at least, all your fixed keys get put into the kGlobalFixedLoc room, reserved just for fixed keys
|
||||
|
Reference in New Issue
Block a user