mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
HeadSpin.h is now the core header.
Rearrange some things so such that low-level CoreLib headers aren't quite so crazy. For higher level stuff, you still need to include the appropriate header.
This commit is contained in:
@ -41,12 +41,12 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
|
||||
#define PLFACTORY_PRIVATE
|
||||
#include "hsTypes.h"
|
||||
#include "HeadSpin.h"
|
||||
#include "plFactory.h"
|
||||
#include "hsStream.h"
|
||||
#include "plCreatable.h"
|
||||
#include "plCreator.h"
|
||||
#include "hsUtils.h"
|
||||
|
||||
|
||||
// For class names
|
||||
#include "plCreatableStrings.h"
|
||||
|
@ -47,7 +47,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsTemplates.h"
|
||||
#endif
|
||||
#include "hsRefCnt.h"
|
||||
#include "hsTypes.h"
|
||||
#include "HeadSpin.h"
|
||||
|
||||
class plCreator;
|
||||
class plCreatable;
|
||||
|
Reference in New Issue
Block a user