mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Fix the case of Python.h includes
This commit is contained in:
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyGlueHelpers.h"
|
||||
#include "../pyGameCli.h"
|
||||
#include "../../pyKey.h"
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyBlueSpiralGame.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyEnum.h"
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyGlueHelpers.h"
|
||||
#include "../pyGameCliMsg.h"
|
||||
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyBlueSpiralMsg.h"
|
||||
#include "../../pyEnum.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyGlueHelpers.h"
|
||||
#include "../pyGameCli.h"
|
||||
#include "../../pyKey.h"
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyClimbingWallGame.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyEnum.h"
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyGlueHelpers.h"
|
||||
#include "../pyGameCliMsg.h"
|
||||
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyClimbingWallMsg.h"
|
||||
#include "../../pyEnum.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyGlueHelpers.h"
|
||||
#include "../pyGameCli.h"
|
||||
#include "../../pyKey.h"
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyHeekGame.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyEnum.h"
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyGlueHelpers.h"
|
||||
#include "../pyGameCliMsg.h"
|
||||
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyHeekMsg.h"
|
||||
#include "../../pyEnum.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyGlueHelpers.h"
|
||||
#include "../pyGameCli.h"
|
||||
#include "../../pyKey.h"
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyMarkerGame.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyEnum.h"
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyGlueHelpers.h"
|
||||
#include "../pyGameCliMsg.h"
|
||||
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyMarkerMsg.h"
|
||||
#include "../../pyEnum.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyGlueHelpers.h"
|
||||
#include "../pyGameCli.h"
|
||||
#include "../../pyKey.h"
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyTTTGame.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyEnum.h"
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyGlueHelpers.h"
|
||||
#include "../pyGameCliMsg.h"
|
||||
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyTTTMsg.h"
|
||||
#include "../../pyEnum.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyGlueHelpers.h"
|
||||
#include "../pyGameCli.h"
|
||||
#include "../../pyKey.h"
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyVarSyncGame.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyEnum.h"
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../../pyGlueHelpers.h"
|
||||
#include "../pyGameCliMsg.h"
|
||||
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyVarSyncMsg.h"
|
||||
#include "../../pyEnum.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../pyGlueHelpers.h"
|
||||
#include "../pyKey.h"
|
||||
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyGameCli.h"
|
||||
#include "../pyEnum.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../pyGlueHelpers.h"
|
||||
|
||||
class pyGameCliMsg
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyGameCliMsg.h"
|
||||
#include "../pyEnum.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsStlUtils.h"
|
||||
#include "pfGameMgr/pfGameMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "../pyGlueHelpers.h"
|
||||
|
||||
class pyGameMgrMsg
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyGameMgrMsg.h"
|
||||
#include "../pyEnum.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
// PURPOSE: Python wrapper for account management functions
|
||||
//
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "hsTypes.h"
|
||||
#include "hsStlUtils.h"
|
||||
|
||||
|
@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyKey.h"
|
||||
#include "hsTemplates.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
class cyAnimation
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "cyAnimation.h"
|
||||
#include "hsUtils.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptAnimation, cyAnimation);
|
||||
|
@ -37,7 +37,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsBitVector.h"
|
||||
#include "pnKeyedObject/plKey.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
|
||||
|
@ -31,7 +31,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "plAvatar/plAvBrainHuman.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptAvatar, cyAvatar);
|
||||
|
@ -37,7 +37,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pnKeyedObject/plKey.h"
|
||||
class pyKey;
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
class cyCamera
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "cyCamera.h"
|
||||
#include "pyKey.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptCamera, cyCamera);
|
||||
|
@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsTemplates.h"
|
||||
#include "pnKeyedObject/plKey.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
class cyDraw
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "cyDraw.h"
|
||||
#include "pyKey.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptDraw, cyDraw);
|
||||
|
@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
// PURPOSE: Class wrapper to map InputInterface functions to plasma2 message
|
||||
//
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
class plInputInterface;
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "HeadSpin.h"
|
||||
#include "cyInputInterface.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptInputInterface, cyInputInterface);
|
||||
|
@ -41,7 +41,7 @@ class pyColor;
|
||||
class pyAgeInfoStruct;
|
||||
class pyPoint3;
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "hsTypes.h"
|
||||
#include "hsStlUtils.h"
|
||||
#include "pnUtils/pnUtils.h"
|
||||
|
@ -30,7 +30,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "hsUtils.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
PYTHON_GLOBAL_METHOD_DEFINITION_NOARGS(PtGetAgeName, "DEPRECIATED - use ptDniInfoSource instead")
|
||||
{
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plResMgr\plLocalization.h"
|
||||
#include "plMessage\plLOSRequestMsg.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
PYTHON_GLOBAL_METHOD_DEFINITION(PtYesNoDialog, args, "Params: selfkey,dialogMessage\nThis will display a Yes/No dialog to the user with the text dialogMessage\n"
|
||||
"This dialog _has_ to be answered by the user.\n"
|
||||
|
@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyKey.h"
|
||||
#include "pySceneObject.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
PYTHON_GLOBAL_METHOD_DEFINITION(PtSendPetitionToCCR, args, "Params: message,reason=0,title=\"\"\nSends a petition with a message to the CCR group")
|
||||
{
|
||||
|
@ -32,7 +32,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "NucleusLib/inc/plPipeline.h"
|
||||
#include "pnNetBase/pnNetBase.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
PYTHON_GLOBAL_METHOD_DEFINITION(PtRequestLOSScreen, args, "Params: selfKey,ID,xPos,yPos,distance,what,reportType\nRequest a LOS check from a point on the screen")
|
||||
{
|
||||
|
@ -37,7 +37,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pnKeyedObject/plKey.h"
|
||||
class pyKey;
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
class cyParticleSys
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "cyParticleSys.h"
|
||||
#include "pyKey.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptParticle, cyParticleSys);
|
||||
|
@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsTemplates.h"
|
||||
#include "pnKeyedObject/plKey.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
class pyPoint3;
|
||||
|
@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyGeometry3.h"
|
||||
#include "pyMatrix44.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptPhysics, cyPhysics);
|
||||
|
@ -32,7 +32,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
//
|
||||
#include "hsTypes.h"
|
||||
#include "hsStlUtils.h"
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
#if defined(HAVE_CYPYTHONIDE) && !defined(PLASMA_EXTERNAL_RELEASE)
|
||||
#include "../../Apps/CyPythonIDE/plCyDebug/plCyDebServer.h"
|
||||
|
@ -38,7 +38,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsGeometry3.h"
|
||||
#include "hsResMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
#include "plPythonParameter.h"
|
||||
|
||||
|
@ -33,7 +33,7 @@ class plSimpleStateVariable;
|
||||
#include "hsStlUtils.h"
|
||||
#include "plModifier/plSDLModifier.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plPythonSDLModifier.h"
|
||||
#include "pyKey.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptSDL, pySDLModifier);
|
||||
|
@ -30,7 +30,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsStlUtils.h"
|
||||
#include "plNetCommon/plNetServerSessionInfo.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyAgeInfoStruct.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptAgeInfoStruct, pyAgeInfoStruct);
|
||||
|
@ -31,7 +31,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "plNetCommon/plNetServerSessionInfo.h"
|
||||
#include "pyAgeInfoStruct.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyAgeLinkStruct.h"
|
||||
#include "pySpawnPointInfo.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptAgeLinkStruct, pyAgeLinkStruct);
|
||||
|
@ -39,7 +39,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsTypes.h"
|
||||
#include "hsStlUtils.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
class pyVaultNode;
|
||||
|
@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyAgeInfoStruct.h"
|
||||
#include "pySDL.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptAgeVault, pyAgeVault);
|
||||
|
@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "hsTypes.h"
|
||||
#include "hsStlUtils.h"
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
struct pyAlarm;
|
||||
class pyAlarmMgr
|
||||
|
@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "hsTypes.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
class pyAudioControl
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyAudioControl.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptAudioControl, pyAudioControl);
|
||||
|
@ -26,4 +26,4 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyCCRMgr.h"
|
||||
#include "pyAgeLinkStruct.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
@ -25,4 +25,4 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyCCRMgr.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pyKey.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyCluster.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptCluster, pyCluster);
|
||||
|
@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "hsColorRGBA.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
class pyColor
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyColor.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptColor, pyColor);
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef _pyCritterBrain_h_
|
||||
#define _pyCritterBrain_h_
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
#include "pyKey.h"
|
||||
|
@ -29,7 +29,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "plMessage/plAIMsg.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
///////////////////////////////////////////////////////////////////////////////
|
||||
//
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsTypes.h"
|
||||
#include "hsGeometry3.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
class plDniCoordinateInfo;
|
||||
|
@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyGeometry3.h"
|
||||
#include "plVault/plDniCoordinateInfo.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptDniCoordinates, pyDniCoordinates);
|
||||
|
@ -30,7 +30,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsStlUtils.h"
|
||||
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
class pyDniCoordinates;
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyDniInfoSource.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptDniInfoSource, pyDniInfoSource);
|
||||
|
@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsStlUtils.h"
|
||||
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
class pyDrawControl
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyDrawControl.h"
|
||||
#include "pyEnum.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
PYTHON_GLOBAL_METHOD_DEFINITION(PtSetGamma2, args, "Params: gamma\nSet the gamma with gamma2 rules")
|
||||
{
|
||||
|
@ -40,7 +40,7 @@ class pyImage;
|
||||
#include "hsTemplates.h"
|
||||
#include "hsStlUtils.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
|
||||
|
@ -30,7 +30,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyImage.h"
|
||||
#include "plGImage/plDynamicTextMap.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptDynamicMap, pyDynamicText);
|
||||
|
@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pyEnum.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "structmember.h"
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
|
@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
// class
|
||||
//
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "hsConfig.h"
|
||||
#include "hsStlUtils.h"
|
||||
#include "pyGlueHelpers.h"
|
||||
|
@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyKey.h"
|
||||
#include "pyGeometry3.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
class pyGUIDialog;
|
||||
|
@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyKey.h"
|
||||
#include "pyGeometry3.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
#include "pyGUIControl.h"
|
||||
|
@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyEnum.h"
|
||||
|
||||
#include "pfGameGUIMgr/pfGUIButtonMod.h"
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptGUIControlButton, pyGUIControlButton);
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pyKey.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
#include "pyGUIControl.h"
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyGUIControlCheckBox.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptGUIControlCheckBox, pyGUIControlCheckBox);
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pyKey.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
#include "pyGUIControl.h"
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyGUIControlClickMap.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptGUIControlClickMap, pyGUIControlClickMap);
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pyKey.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
#include "pyGUIControl.h"
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyGUIControlDragBar.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptGUIControlDragBar, pyGUIControlDragBar);
|
||||
|
@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
|
||||
#include "pyKey.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
#include "pyGUIControl.h"
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyGUIControlDraggable.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptGUIControlDraggable, pyGUIControlDraggable);
|
||||
|
@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyKey.h"
|
||||
#include "pyGUIControl.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
class pyDynamicText;
|
||||
|
@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
*==LICENSE==*/
|
||||
#include "pyGUIControlDynamicText.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptGUIControlDynamicText, pyGUIControlDynamicText);
|
||||
|
@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "hsStlUtils.h"
|
||||
#include "pyKey.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
#include "pyGUIControl.h"
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyGUIControlEditBox.h"
|
||||
#include "pyColor.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptGUIControlEditBox, pyGUIControlEditBox);
|
||||
|
@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyKey.h"
|
||||
#include "pyGeometry3.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptGUIControl, pyGUIControl);
|
||||
|
@ -39,7 +39,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyKey.h"
|
||||
#include "pyGUIControl.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
|
||||
|
@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyGUIControlListBox.h"
|
||||
#include "pyImage.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
|
||||
// glue functions
|
||||
PYTHON_CLASS_DEFINITION(ptGUIControlListBox, pyGUIControlListBox);
|
||||
|
@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include "pyKey.h"
|
||||
#include "pyGUIControl.h"
|
||||
|
||||
#include <python.h>
|
||||
#include <Python.h>
|
||||
#include "pyGlueHelpers.h"
|
||||
|
||||
class pyColor;
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user