mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 18:59:09 +00:00
Update9 for MSVC10
Fix some includes.
This commit is contained in:
@ -51,6 +51,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#include "plgDispatch.h"
|
#include "plgDispatch.h"
|
||||||
#include "hsBitVector.h"
|
#include "hsBitVector.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <iterator>
|
||||||
|
|
||||||
plMessage::plMessage()
|
plMessage::plMessage()
|
||||||
: fSender(nil),
|
: fSender(nil),
|
||||||
|
@ -39,7 +39,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
Mead, WA 99021
|
Mead, WA 99021
|
||||||
|
|
||||||
*==LICENSE==*/
|
*==LICENSE==*/
|
||||||
#include <hvdi.h>
|
|
||||||
#include <direct.h>
|
#include <direct.h>
|
||||||
#include "HeadSpin.h"
|
#include "HeadSpin.h"
|
||||||
#include "hsGeometry3.h"
|
#include "hsGeometry3.h"
|
||||||
|
@ -55,7 +55,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#include "hsWindows.h"
|
#include "hsWindows.h"
|
||||||
|
|
||||||
#include <ddraw.h>
|
#include <ddraw.h>
|
||||||
#include <d3d.h>
|
#include <d3d9.h>
|
||||||
|
|
||||||
#include "hsTypes.h"
|
#include "hsTypes.h"
|
||||||
#include "hsDXTDirectXCodec.h"
|
#include "hsDXTDirectXCodec.h"
|
||||||
|
@ -47,6 +47,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
#include "../pnNetCommon/plGenericVar.h"
|
#include "../pnNetCommon/plGenericVar.h"
|
||||||
#include "../plCompression/plZlibCompress.h"
|
#include "../plCompression/plZlibCompress.h"
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <iterator>
|
||||||
|
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////
|
||||||
|
@ -45,7 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
|
|
||||||
#include "plDetectorModifier.h"
|
#include "plDetectorModifier.h"
|
||||||
#include "hsGeometry3.h"
|
#include "hsGeometry3.h"
|
||||||
#include <list.h>
|
#include <list>
|
||||||
#include <set>
|
#include <set>
|
||||||
class plMessage;
|
class plMessage;
|
||||||
class plCameraMsg;
|
class plCameraMsg;
|
||||||
|
@ -40,6 +40,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
|||||||
|
|
||||||
*==LICENSE==*/
|
*==LICENSE==*/
|
||||||
#include <algorithm>
|
#include <algorithm>
|
||||||
|
#include <iterator>
|
||||||
#include "hsTimer.h"
|
#include "hsTimer.h"
|
||||||
#include "plPhysicsSoundMgr.h"
|
#include "plPhysicsSoundMgr.h"
|
||||||
#include "plPhysicalSndGroup.h"
|
#include "plPhysicalSndGroup.h"
|
||||||
|
Reference in New Issue
Block a user