mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 18:59:09 +00:00
Convert hsConfig defines to cmake -- fixes #93
This commit is contained in:
@ -49,9 +49,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
//#define LIMIT_VOICE_CHAT 1
|
||||
#endif
|
||||
|
||||
#include "hsConfig.h"
|
||||
#include "hsWindows.h"
|
||||
#include "hsTypes.h"
|
||||
#include "HeadSpin.h"
|
||||
#include "plAvatarInputInterface.h"
|
||||
|
||||
#include "pnInputCore/plKeyMap.h"
|
||||
@ -80,7 +78,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsResMgr.h"
|
||||
#include "plgDispatch.h"
|
||||
|
||||
#include "hsConfig.h"
|
||||
#include "hsMatrix44.h"
|
||||
#include "pnSceneObject/plSceneObject.h"
|
||||
#include "pnSceneObject/plCoordinateInterface.h"
|
||||
|
@ -41,8 +41,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
// plDInputDevice.cpp
|
||||
|
||||
#include "hsConfig.h"
|
||||
#include "hsWindows.h"
|
||||
#include "HeadSpin.h"
|
||||
|
||||
#include "plDInputDevice.h"
|
||||
#include "plgDispatch.h"
|
||||
|
@ -45,9 +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 "plDebugInputInterface.h"
|
||||
|
||||
#include "plInputInterfaceMgr.h"
|
||||
@ -61,7 +59,6 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "plgDispatch.h"
|
||||
#include "plPipeline.h"
|
||||
#include "hsConfig.h"
|
||||
|
||||
|
||||
plDebugInputInterface *plDebugInputInterface::fInstance = nil;
|
||||
|
@ -42,8 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
// plInputDevice.cpp
|
||||
//#include "STRING"
|
||||
|
||||
#include "hsConfig.h"
|
||||
#include "hsWindows.h"
|
||||
#include "HeadSpin.h"
|
||||
|
||||
#include "plInputDevice.h"
|
||||
#include "plInputManager.h"
|
||||
|
@ -49,9 +49,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 "plInputInterface.h"
|
||||
#include "plInputInterfaceMgr.h"
|
||||
|
||||
|
@ -49,9 +49,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 "plInputInterfaceMgr.h"
|
||||
#include "plInputInterface.h"
|
||||
#include "plInputDevice.h" // For mouse device stuff
|
||||
|
@ -39,14 +39,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
Mead, WA 99021
|
||||
|
||||
*==LICENSE==*/
|
||||
#include "hsConfig.h"
|
||||
#include "hsWindows.h"
|
||||
|
||||
#include "HeadSpin.h"
|
||||
// plInputManager.cpp
|
||||
#define DIRECTINPUT_VERSION 0x0800
|
||||
#include <dinput.h>
|
||||
|
||||
#include "hsTypes.h"
|
||||
#include "plInputManager.h"
|
||||
#include "plPipeline.h"
|
||||
#include "plInputDevice.h"
|
||||
|
Reference in New Issue
Block a user