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 <float.h>
|
||||
#include "plUnifiedTime.h"
|
||||
#include "hsStlUtils.h"
|
||||
#include "hsWindows.h"
|
||||
|
||||
|
||||
#if HS_BUILD_FOR_UNIX
|
||||
#include <sys/time.h>
|
||||
@ -53,7 +53,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include <sys/timeb.h> // for timeb
|
||||
#endif
|
||||
|
||||
#include "hsUtils.h"
|
||||
|
||||
|
||||
#include <time.h>
|
||||
#include "hsStream.h"
|
||||
|
@ -42,11 +42,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef _PL_UNIFIEDTIME_INC_
|
||||
#define _PL_UNIFIEDTIME_INC_
|
||||
|
||||
#include "hsTypes.h"
|
||||
#include "HeadSpin.h"
|
||||
#include "hsStlUtils.h"
|
||||
|
||||
#if HS_BUILD_FOR_WIN32
|
||||
#include "hsWindows.h"
|
||||
|
||||
#endif
|
||||
|
||||
//
|
||||
|
Reference in New Issue
Block a user