mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 18:59: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:
@ -39,8 +39,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
Mead, WA 99021
|
||||
|
||||
*==LICENSE==*/
|
||||
#include "hsUtils.h"
|
||||
|
||||
#include "plMemBuffer.h"
|
||||
#include "HeadSpin.h"
|
||||
|
||||
/////////////////////////////////////////////////
|
||||
|
||||
|
@ -43,15 +43,13 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#define plNet_h_inc
|
||||
|
||||
|
||||
#include "hsTypes.h" // for hsAssert
|
||||
#include "HeadSpin.h"
|
||||
|
||||
|
||||
////////////////////////////////////////////////////
|
||||
// Windows net types
|
||||
#if HS_BUILD_FOR_WIN32
|
||||
|
||||
#include <winsock2.h>
|
||||
|
||||
const int kBlockingError = WSAEWOULDBLOCK;
|
||||
const int kTimeoutError = WSAETIMEDOUT;
|
||||
const SOCKET kBadSocket = 0xffffffff;
|
||||
|
@ -39,8 +39,9 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
Mead, WA 99021
|
||||
|
||||
*==LICENSE==*/
|
||||
#include "hsUtils.h"
|
||||
|
||||
#include "plRingBuffer.h"
|
||||
#include "HeadSpin.h"
|
||||
|
||||
plRingBuffer::plRingBuffer(int size)
|
||||
: plMemBuffer(size)
|
||||
|
Reference in New Issue
Block a user