mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-18 19:29:09 +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:
@ -42,7 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "hsStream.h"
|
||||
#include "plAgeDescription.h"
|
||||
#include "hsUtils.h"
|
||||
|
||||
#include "hsStlUtils.h"
|
||||
#include "plFile/hsFiles.h"
|
||||
#include "plFile/plInitFileReader.h"
|
||||
|
@ -42,9 +42,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef PL_AGE_DESCRIPTION_H
|
||||
#define PL_AGE_DESCRIPTION_H
|
||||
|
||||
#include "hsTypes.h"
|
||||
#include "HeadSpin.h"
|
||||
#include "hsTemplates.h"
|
||||
#include "hsUtils.h"
|
||||
|
||||
#include "plUnifiedTime/plUnifiedTime.h"
|
||||
#include "pnKeyedObject/plUoid.h"
|
||||
#include "plFile/plInitFileReader.h"
|
||||
|
@ -47,9 +47,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
// //
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "hsTypes.h"
|
||||
#include "HeadSpin.h"
|
||||
#include "plAgeManifest.h"
|
||||
#include "hsUtils.h"
|
||||
|
||||
|
||||
#include "plFile/hsFiles.h"
|
||||
#include "plFile/plFileUtils.h"
|
||||
|
@ -50,9 +50,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef _plAgeManifest_h
|
||||
#define _plAgeManifest_h
|
||||
|
||||
#include "hsTypes.h"
|
||||
#include "HeadSpin.h"
|
||||
#include "hsTemplates.h"
|
||||
#include "hsUtils.h"
|
||||
|
||||
#include "plUnifiedTime/plUnifiedTime.h"
|
||||
#include "plFile/plInitFileReader.h"
|
||||
#include "plEncryption/plChecksum.h"
|
||||
|
Reference in New Issue
Block a user