2
3
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:
Darryl Pogue
2011-04-23 22:47:02 -07:00
parent b53b6d588d
commit c0cc3c6e79
187 changed files with 187 additions and 187 deletions

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfGameMgr/pfGameMgr.h" #include "pfGameMgr/pfGameMgr.h"
#include <python.h> #include <Python.h>
#include "../../pyGlueHelpers.h" #include "../../pyGlueHelpers.h"
#include "../pyGameCli.h" #include "../pyGameCli.h"
#include "../../pyKey.h" #include "../../pyKey.h"

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyBlueSpiralGame.h" #include "pyBlueSpiralGame.h"
#include <python.h> #include <Python.h>
#include "../../pyEnum.h" #include "../../pyEnum.h"
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfGameMgr/pfGameMgr.h" #include "pfGameMgr/pfGameMgr.h"
#include <python.h> #include <Python.h>
#include "../../pyGlueHelpers.h" #include "../../pyGlueHelpers.h"
#include "../pyGameCliMsg.h" #include "../pyGameCliMsg.h"

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyBlueSpiralMsg.h" #include "pyBlueSpiralMsg.h"
#include "../../pyEnum.h" #include "../../pyEnum.h"
#include <python.h> #include <Python.h>
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfGameMgr/pfGameMgr.h" #include "pfGameMgr/pfGameMgr.h"
#include <python.h> #include <Python.h>
#include "../../pyGlueHelpers.h" #include "../../pyGlueHelpers.h"
#include "../pyGameCli.h" #include "../pyGameCli.h"
#include "../../pyKey.h" #include "../../pyKey.h"

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyClimbingWallGame.h" #include "pyClimbingWallGame.h"
#include <python.h> #include <Python.h>
#include "../../pyEnum.h" #include "../../pyEnum.h"
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfGameMgr/pfGameMgr.h" #include "pfGameMgr/pfGameMgr.h"
#include <python.h> #include <Python.h>
#include "../../pyGlueHelpers.h" #include "../../pyGlueHelpers.h"
#include "../pyGameCliMsg.h" #include "../pyGameCliMsg.h"

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyClimbingWallMsg.h" #include "pyClimbingWallMsg.h"
#include "../../pyEnum.h" #include "../../pyEnum.h"
#include <python.h> #include <Python.h>
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfGameMgr/pfGameMgr.h" #include "pfGameMgr/pfGameMgr.h"
#include <python.h> #include <Python.h>
#include "../../pyGlueHelpers.h" #include "../../pyGlueHelpers.h"
#include "../pyGameCli.h" #include "../pyGameCli.h"
#include "../../pyKey.h" #include "../../pyKey.h"

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyHeekGame.h" #include "pyHeekGame.h"
#include <python.h> #include <Python.h>
#include "../../pyEnum.h" #include "../../pyEnum.h"
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfGameMgr/pfGameMgr.h" #include "pfGameMgr/pfGameMgr.h"
#include <python.h> #include <Python.h>
#include "../../pyGlueHelpers.h" #include "../../pyGlueHelpers.h"
#include "../pyGameCliMsg.h" #include "../pyGameCliMsg.h"

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyHeekMsg.h" #include "pyHeekMsg.h"
#include "../../pyEnum.h" #include "../../pyEnum.h"
#include <python.h> #include <Python.h>
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfGameMgr/pfGameMgr.h" #include "pfGameMgr/pfGameMgr.h"
#include <python.h> #include <Python.h>
#include "../../pyGlueHelpers.h" #include "../../pyGlueHelpers.h"
#include "../pyGameCli.h" #include "../pyGameCli.h"
#include "../../pyKey.h" #include "../../pyKey.h"

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyMarkerGame.h" #include "pyMarkerGame.h"
#include <python.h> #include <Python.h>
#include "../../pyEnum.h" #include "../../pyEnum.h"
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfGameMgr/pfGameMgr.h" #include "pfGameMgr/pfGameMgr.h"
#include <python.h> #include <Python.h>
#include "../../pyGlueHelpers.h" #include "../../pyGlueHelpers.h"
#include "../pyGameCliMsg.h" #include "../pyGameCliMsg.h"

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyMarkerMsg.h" #include "pyMarkerMsg.h"
#include "../../pyEnum.h" #include "../../pyEnum.h"
#include <python.h> #include <Python.h>
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfGameMgr/pfGameMgr.h" #include "pfGameMgr/pfGameMgr.h"
#include <python.h> #include <Python.h>
#include "../../pyGlueHelpers.h" #include "../../pyGlueHelpers.h"
#include "../pyGameCli.h" #include "../pyGameCli.h"
#include "../../pyKey.h" #include "../../pyKey.h"

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyTTTGame.h" #include "pyTTTGame.h"
#include <python.h> #include <Python.h>
#include "../../pyEnum.h" #include "../../pyEnum.h"
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfGameMgr/pfGameMgr.h" #include "pfGameMgr/pfGameMgr.h"
#include <python.h> #include <Python.h>
#include "../../pyGlueHelpers.h" #include "../../pyGlueHelpers.h"
#include "../pyGameCliMsg.h" #include "../pyGameCliMsg.h"

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyTTTMsg.h" #include "pyTTTMsg.h"
#include "../../pyEnum.h" #include "../../pyEnum.h"
#include <python.h> #include <Python.h>
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfGameMgr/pfGameMgr.h" #include "pfGameMgr/pfGameMgr.h"
#include <python.h> #include <Python.h>
#include "../../pyGlueHelpers.h" #include "../../pyGlueHelpers.h"
#include "../pyGameCli.h" #include "../pyGameCli.h"
#include "../../pyKey.h" #include "../../pyKey.h"

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyVarSyncGame.h" #include "pyVarSyncGame.h"
#include <python.h> #include <Python.h>
#include "../../pyEnum.h" #include "../../pyEnum.h"
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfGameMgr/pfGameMgr.h" #include "pfGameMgr/pfGameMgr.h"
#include <python.h> #include <Python.h>
#include "../../pyGlueHelpers.h" #include "../../pyGlueHelpers.h"
#include "../pyGameCliMsg.h" #include "../pyGameCliMsg.h"

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyVarSyncMsg.h" #include "pyVarSyncMsg.h"
#include "../../pyEnum.h" #include "../../pyEnum.h"
#include <python.h> #include <Python.h>
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfGameMgr/pfGameMgr.h" #include "pfGameMgr/pfGameMgr.h"
#include <python.h> #include <Python.h>
#include "../pyGlueHelpers.h" #include "../pyGlueHelpers.h"
#include "../pyKey.h" #include "../pyKey.h"

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyGameCli.h" #include "pyGameCli.h"
#include "../pyEnum.h" #include "../pyEnum.h"
#include <python.h> #include <Python.h>
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pfGameMgr/pfGameMgr.h" #include "pfGameMgr/pfGameMgr.h"
#include <python.h> #include <Python.h>
#include "../pyGlueHelpers.h" #include "../pyGlueHelpers.h"
class pyGameCliMsg class pyGameCliMsg

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyGameCliMsg.h" #include "pyGameCliMsg.h"
#include "../pyEnum.h" #include "../pyEnum.h"
#include <python.h> #include <Python.h>
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //

View File

@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsStlUtils.h" #include "hsStlUtils.h"
#include "pfGameMgr/pfGameMgr.h" #include "pfGameMgr/pfGameMgr.h"
#include <python.h> #include <Python.h>
#include "../pyGlueHelpers.h" #include "../pyGlueHelpers.h"
class pyGameMgrMsg class pyGameMgrMsg

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyGameMgrMsg.h" #include "pyGameMgrMsg.h"
#include "../pyEnum.h" #include "../pyEnum.h"
#include <python.h> #include <Python.h>
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// PURPOSE: Python wrapper for account management functions // PURPOSE: Python wrapper for account management functions
// //
#include <python.h> #include <Python.h>
#include "hsTypes.h" #include "hsTypes.h"
#include "hsStlUtils.h" #include "hsStlUtils.h"

View File

@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h" #include "pyKey.h"
#include "hsTemplates.h" #include "hsTemplates.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
class cyAnimation class cyAnimation

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "cyAnimation.h" #include "cyAnimation.h"
#include "hsUtils.h" #include "hsUtils.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptAnimation, cyAnimation); PYTHON_CLASS_DEFINITION(ptAnimation, cyAnimation);

View File

@ -37,7 +37,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsBitVector.h" #include "hsBitVector.h"
#include "pnKeyedObject/plKey.h" #include "pnKeyedObject/plKey.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"

View File

@ -31,7 +31,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plAvatar/plAvBrainHuman.h" #include "plAvatar/plAvBrainHuman.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptAvatar, cyAvatar); PYTHON_CLASS_DEFINITION(ptAvatar, cyAvatar);

View File

@ -37,7 +37,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pnKeyedObject/plKey.h" #include "pnKeyedObject/plKey.h"
class pyKey; class pyKey;
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
class cyCamera class cyCamera

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "cyCamera.h" #include "cyCamera.h"
#include "pyKey.h" #include "pyKey.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptCamera, cyCamera); PYTHON_CLASS_DEFINITION(ptCamera, cyCamera);

View File

@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsTemplates.h" #include "hsTemplates.h"
#include "pnKeyedObject/plKey.h" #include "pnKeyedObject/plKey.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
class cyDraw class cyDraw

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "cyDraw.h" #include "cyDraw.h"
#include "pyKey.h" #include "pyKey.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptDraw, cyDraw); PYTHON_CLASS_DEFINITION(ptDraw, cyDraw);

View File

@ -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 // PURPOSE: Class wrapper to map InputInterface functions to plasma2 message
// //
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
class plInputInterface; class plInputInterface;

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "HeadSpin.h" #include "HeadSpin.h"
#include "cyInputInterface.h" #include "cyInputInterface.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptInputInterface, cyInputInterface); PYTHON_CLASS_DEFINITION(ptInputInterface, cyInputInterface);

View File

@ -41,7 +41,7 @@ class pyColor;
class pyAgeInfoStruct; class pyAgeInfoStruct;
class pyPoint3; class pyPoint3;
#include <python.h> #include <Python.h>
#include "hsTypes.h" #include "hsTypes.h"
#include "hsStlUtils.h" #include "hsStlUtils.h"
#include "pnUtils/pnUtils.h" #include "pnUtils/pnUtils.h"

View File

@ -30,7 +30,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsUtils.h" #include "hsUtils.h"
#include <python.h> #include <Python.h>
PYTHON_GLOBAL_METHOD_DEFINITION_NOARGS(PtGetAgeName, "DEPRECIATED - use ptDniInfoSource instead") PYTHON_GLOBAL_METHOD_DEFINITION_NOARGS(PtGetAgeName, "DEPRECIATED - use ptDniInfoSource instead")
{ {

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plResMgr\plLocalization.h" #include "plResMgr\plLocalization.h"
#include "plMessage\plLOSRequestMsg.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" 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" "This dialog _has_ to be answered by the user.\n"

View File

@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h" #include "pyKey.h"
#include "pySceneObject.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") PYTHON_GLOBAL_METHOD_DEFINITION(PtSendPetitionToCCR, args, "Params: message,reason=0,title=\"\"\nSends a petition with a message to the CCR group")
{ {

View File

@ -32,7 +32,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "NucleusLib/inc/plPipeline.h" #include "NucleusLib/inc/plPipeline.h"
#include "pnNetBase/pnNetBase.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") PYTHON_GLOBAL_METHOD_DEFINITION(PtRequestLOSScreen, args, "Params: selfKey,ID,xPos,yPos,distance,what,reportType\nRequest a LOS check from a point on the screen")
{ {

View File

@ -37,7 +37,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pnKeyedObject/plKey.h" #include "pnKeyedObject/plKey.h"
class pyKey; class pyKey;
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
class cyParticleSys class cyParticleSys

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "cyParticleSys.h" #include "cyParticleSys.h"
#include "pyKey.h" #include "pyKey.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptParticle, cyParticleSys); PYTHON_CLASS_DEFINITION(ptParticle, cyParticleSys);

View File

@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsTemplates.h" #include "hsTemplates.h"
#include "pnKeyedObject/plKey.h" #include "pnKeyedObject/plKey.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
class pyPoint3; class pyPoint3;

View File

@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyGeometry3.h" #include "pyGeometry3.h"
#include "pyMatrix44.h" #include "pyMatrix44.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptPhysics, cyPhysics); PYTHON_CLASS_DEFINITION(ptPhysics, cyPhysics);

View File

@ -32,7 +32,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// //
#include "hsTypes.h" #include "hsTypes.h"
#include "hsStlUtils.h" #include "hsStlUtils.h"
#include <python.h> #include <Python.h>
#if defined(HAVE_CYPYTHONIDE) && !defined(PLASMA_EXTERNAL_RELEASE) #if defined(HAVE_CYPYTHONIDE) && !defined(PLASMA_EXTERNAL_RELEASE)
#include "../../Apps/CyPythonIDE/plCyDebug/plCyDebServer.h" #include "../../Apps/CyPythonIDE/plCyDebug/plCyDebServer.h"

View File

@ -38,7 +38,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsGeometry3.h" #include "hsGeometry3.h"
#include "hsResMgr.h" #include "hsResMgr.h"
#include <python.h> #include <Python.h>
#include "plPythonParameter.h" #include "plPythonParameter.h"

View File

@ -33,7 +33,7 @@ class plSimpleStateVariable;
#include "hsStlUtils.h" #include "hsStlUtils.h"
#include "plModifier/plSDLModifier.h" #include "plModifier/plSDLModifier.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plPythonSDLModifier.h" #include "plPythonSDLModifier.h"
#include "pyKey.h" #include "pyKey.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptSDL, pySDLModifier); PYTHON_CLASS_DEFINITION(ptSDL, pySDLModifier);

View File

@ -30,7 +30,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsStlUtils.h" #include "hsStlUtils.h"
#include "plNetCommon/plNetServerSessionInfo.h" #include "plNetCommon/plNetServerSessionInfo.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyAgeInfoStruct.h" #include "pyAgeInfoStruct.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptAgeInfoStruct, pyAgeInfoStruct); PYTHON_CLASS_DEFINITION(ptAgeInfoStruct, pyAgeInfoStruct);

View File

@ -31,7 +31,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plNetCommon/plNetServerSessionInfo.h" #include "plNetCommon/plNetServerSessionInfo.h"
#include "pyAgeInfoStruct.h" #include "pyAgeInfoStruct.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyAgeLinkStruct.h" #include "pyAgeLinkStruct.h"
#include "pySpawnPointInfo.h" #include "pySpawnPointInfo.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptAgeLinkStruct, pyAgeLinkStruct); PYTHON_CLASS_DEFINITION(ptAgeLinkStruct, pyAgeLinkStruct);

View File

@ -39,7 +39,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsTypes.h" #include "hsTypes.h"
#include "hsStlUtils.h" #include "hsStlUtils.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
class pyVaultNode; class pyVaultNode;

View File

@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyAgeInfoStruct.h" #include "pyAgeInfoStruct.h"
#include "pySDL.h" #include "pySDL.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptAgeVault, pyAgeVault); PYTHON_CLASS_DEFINITION(ptAgeVault, pyAgeVault);

View File

@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsTypes.h" #include "hsTypes.h"
#include "hsStlUtils.h" #include "hsStlUtils.h"
#include <python.h> #include <Python.h>
struct pyAlarm; struct pyAlarm;
class pyAlarmMgr class pyAlarmMgr

View File

@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsTypes.h" #include "hsTypes.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
class pyAudioControl class pyAudioControl

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyAudioControl.h" #include "pyAudioControl.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptAudioControl, pyAudioControl); PYTHON_CLASS_DEFINITION(ptAudioControl, pyAudioControl);

View File

@ -26,4 +26,4 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyCCRMgr.h" #include "pyCCRMgr.h"
#include "pyAgeLinkStruct.h" #include "pyAgeLinkStruct.h"
#include <python.h> #include <Python.h>

View File

@ -25,4 +25,4 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyCCRMgr.h" #include "pyCCRMgr.h"
#include <python.h> #include <Python.h>

View File

@ -28,7 +28,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h" #include "pyKey.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
////////////////////////////////////////////////////////////////////// //////////////////////////////////////////////////////////////////////

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyCluster.h" #include "pyCluster.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptCluster, pyCluster); PYTHON_CLASS_DEFINITION(ptCluster, pyCluster);

View File

@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsColorRGBA.h" #include "hsColorRGBA.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
class pyColor class pyColor

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyColor.h" #include "pyColor.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptColor, pyColor); PYTHON_CLASS_DEFINITION(ptColor, pyColor);

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef _pyCritterBrain_h_ #ifndef _pyCritterBrain_h_
#define _pyCritterBrain_h_ #define _pyCritterBrain_h_
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
#include "pyKey.h" #include "pyKey.h"

View File

@ -29,7 +29,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plMessage/plAIMsg.h" #include "plMessage/plAIMsg.h"
#include <python.h> #include <Python.h>
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
// //

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsTypes.h" #include "hsTypes.h"
#include "hsGeometry3.h" #include "hsGeometry3.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
class plDniCoordinateInfo; class plDniCoordinateInfo;

View File

@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyGeometry3.h" #include "pyGeometry3.h"
#include "plVault/plDniCoordinateInfo.h" #include "plVault/plDniCoordinateInfo.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptDniCoordinates, pyDniCoordinates); PYTHON_CLASS_DEFINITION(ptDniCoordinates, pyDniCoordinates);

View File

@ -30,7 +30,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsStlUtils.h" #include "hsStlUtils.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
class pyDniCoordinates; class pyDniCoordinates;

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyDniInfoSource.h" #include "pyDniInfoSource.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptDniInfoSource, pyDniInfoSource); PYTHON_CLASS_DEFINITION(ptDniInfoSource, pyDniInfoSource);

View File

@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsStlUtils.h" #include "hsStlUtils.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
class pyDrawControl class pyDrawControl

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyDrawControl.h" #include "pyDrawControl.h"
#include "pyEnum.h" #include "pyEnum.h"
#include <python.h> #include <Python.h>
PYTHON_GLOBAL_METHOD_DEFINITION(PtSetGamma2, args, "Params: gamma\nSet the gamma with gamma2 rules") PYTHON_GLOBAL_METHOD_DEFINITION(PtSetGamma2, args, "Params: gamma\nSet the gamma with gamma2 rules")
{ {

View File

@ -40,7 +40,7 @@ class pyImage;
#include "hsTemplates.h" #include "hsTemplates.h"
#include "hsStlUtils.h" #include "hsStlUtils.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"

View File

@ -30,7 +30,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyImage.h" #include "pyImage.h"
#include "plGImage/plDynamicTextMap.h" #include "plGImage/plDynamicTextMap.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptDynamicMap, pyDynamicText); PYTHON_CLASS_DEFINITION(ptDynamicMap, pyDynamicText);

View File

@ -33,7 +33,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyEnum.h" #include "pyEnum.h"
#include <python.h> #include <Python.h>
#include "structmember.h" #include "structmember.h"
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"

View File

@ -34,7 +34,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
// class // class
// //
#include <python.h> #include <Python.h>
#include "hsConfig.h" #include "hsConfig.h"
#include "hsStlUtils.h" #include "hsStlUtils.h"
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"

View File

@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h" #include "pyKey.h"
#include "pyGeometry3.h" #include "pyGeometry3.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
class pyGUIDialog; class pyGUIDialog;

View File

@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h" #include "pyKey.h"
#include "pyGeometry3.h" #include "pyGeometry3.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
#include "pyGUIControl.h" #include "pyGUIControl.h"

View File

@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyEnum.h" #include "pyEnum.h"
#include "pfGameGUIMgr/pfGUIButtonMod.h" #include "pfGameGUIMgr/pfGUIButtonMod.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptGUIControlButton, pyGUIControlButton); PYTHON_CLASS_DEFINITION(ptGUIControlButton, pyGUIControlButton);

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h" #include "pyKey.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
#include "pyGUIControl.h" #include "pyGUIControl.h"

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyGUIControlCheckBox.h" #include "pyGUIControlCheckBox.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptGUIControlCheckBox, pyGUIControlCheckBox); PYTHON_CLASS_DEFINITION(ptGUIControlCheckBox, pyGUIControlCheckBox);

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h" #include "pyKey.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
#include "pyGUIControl.h" #include "pyGUIControl.h"

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyGUIControlClickMap.h" #include "pyGUIControlClickMap.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptGUIControlClickMap, pyGUIControlClickMap); PYTHON_CLASS_DEFINITION(ptGUIControlClickMap, pyGUIControlClickMap);

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h" #include "pyKey.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
#include "pyGUIControl.h" #include "pyGUIControl.h"

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyGUIControlDragBar.h" #include "pyGUIControlDragBar.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptGUIControlDragBar, pyGUIControlDragBar); PYTHON_CLASS_DEFINITION(ptGUIControlDragBar, pyGUIControlDragBar);

View File

@ -35,7 +35,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h" #include "pyKey.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
#include "pyGUIControl.h" #include "pyGUIControl.h"

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyGUIControlDraggable.h" #include "pyGUIControlDraggable.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptGUIControlDraggable, pyGUIControlDraggable); PYTHON_CLASS_DEFINITION(ptGUIControlDraggable, pyGUIControlDraggable);

View File

@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h" #include "pyKey.h"
#include "pyGUIControl.h" #include "pyGUIControl.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
class pyDynamicText; class pyDynamicText;

View File

@ -25,7 +25,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
*==LICENSE==*/ *==LICENSE==*/
#include "pyGUIControlDynamicText.h" #include "pyGUIControlDynamicText.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptGUIControlDynamicText, pyGUIControlDynamicText); PYTHON_CLASS_DEFINITION(ptGUIControlDynamicText, pyGUIControlDynamicText);

View File

@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "hsStlUtils.h" #include "hsStlUtils.h"
#include "pyKey.h" #include "pyKey.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
#include "pyGUIControl.h" #include "pyGUIControl.h"

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyGUIControlEditBox.h" #include "pyGUIControlEditBox.h"
#include "pyColor.h" #include "pyColor.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptGUIControlEditBox, pyGUIControlEditBox); PYTHON_CLASS_DEFINITION(ptGUIControlEditBox, pyGUIControlEditBox);

View File

@ -27,7 +27,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h" #include "pyKey.h"
#include "pyGeometry3.h" #include "pyGeometry3.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptGUIControl, pyGUIControl); PYTHON_CLASS_DEFINITION(ptGUIControl, pyGUIControl);

View File

@ -39,7 +39,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h" #include "pyKey.h"
#include "pyGUIControl.h" #include "pyGUIControl.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"

View File

@ -26,7 +26,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyGUIControlListBox.h" #include "pyGUIControlListBox.h"
#include "pyImage.h" #include "pyImage.h"
#include <python.h> #include <Python.h>
// glue functions // glue functions
PYTHON_CLASS_DEFINITION(ptGUIControlListBox, pyGUIControlListBox); PYTHON_CLASS_DEFINITION(ptGUIControlListBox, pyGUIControlListBox);

View File

@ -36,7 +36,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "pyKey.h" #include "pyKey.h"
#include "pyGUIControl.h" #include "pyGUIControl.h"
#include <python.h> #include <Python.h>
#include "pyGlueHelpers.h" #include "pyGlueHelpers.h"
class pyColor; class pyColor;

Some files were not shown because too many files have changed in this diff Show More