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:
@ -54,7 +54,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsTemplates.h"
|
||||
|
||||
#include "hsGeometry3.h"
|
||||
#include "hsUtils.h"
|
||||
|
||||
|
||||
|
||||
//// Class Definition ////////////////////////////////////////////////////////
|
||||
|
@ -49,14 +49,14 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plAvatarInputInterface.h"
|
||||
#include "plMessage/plInputEventMsg.h"
|
||||
#include "pnMessage/plTimeMsg.h"
|
||||
#include "hsUtils.h"
|
||||
|
||||
#include "plgDispatch.h"
|
||||
|
||||
#include "plPipeline/plPlates.h"
|
||||
#include "plPipeline/plDebugText.h"
|
||||
#include "plGImage/plMipmap.h"
|
||||
|
||||
#include "hsWindows.h"
|
||||
|
||||
#include "plPipeline.h"
|
||||
|
||||
// The resolution that uses the base size of the cursor.
|
||||
|
@ -45,8 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#define PL_INPUT_DEVICE_H
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include "hsWindows.h"
|
||||
#include "hsWindowHndl.h"
|
||||
|
||||
//#include "pnInputCore/plControlDefinition.h"
|
||||
#include "pnInputCore/plOSMsg.h"
|
||||
#include "pnInputCore/plKeyDef.h"
|
||||
|
@ -44,8 +44,8 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef PL_INPUT_MANAGER_H
|
||||
#define PL_INPUT_MANAGER_H
|
||||
|
||||
#include "hsWindows.h"
|
||||
#include "hsTypes.h"
|
||||
|
||||
#include "HeadSpin.h"
|
||||
#include "hsTemplates.h"
|
||||
#include "pnKeyedObject/hsKeyedObject.h"
|
||||
#include "pnInputCore/plInputMap.h"
|
||||
|
@ -45,10 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
// //
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "hsConfig.h"
|
||||
#include "hsWindows.h"
|
||||
|
||||
#include "hsTypes.h"
|
||||
#include "HeadSpin.h"
|
||||
#include "plSceneInputInterface.h"
|
||||
|
||||
#include "plInputInterfaceMgr.h"
|
||||
|
@ -45,10 +45,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
// //
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
#include "hsConfig.h"
|
||||
#include "hsWindows.h"
|
||||
|
||||
#include "hsTypes.h"
|
||||
#include "HeadSpin.h"
|
||||
#include "plTelescopeInputInterface.h"
|
||||
|
||||
#include "plInputInterfaceMgr.h"
|
||||
|
Reference in New Issue
Block a user