fixed spacing in the headers to get rid of some warnings and some other
little minor spacing issues.
This commit is contained in:
@@ -57,3 +57,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //KX_NETWORK_EVENTMANAGER_H
|
||||
|
||||
|
@@ -74,4 +74,6 @@ public:
|
||||
KX_PYMETHOD(KX_NetworkMessageActuator, SetBody);
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_NETWORKMESSAGEACTUATOR_H
|
||||
|
||||
|
@@ -82,4 +82,6 @@ public:
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_NETWORKMESSAGE_SENSOR_H
|
||||
|
||||
|
@@ -29,3 +29,4 @@
|
||||
*
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
|
@@ -29,3 +29,4 @@
|
||||
*
|
||||
* ***** END GPL/BL DUAL LICENSE BLOCK *****
|
||||
*/
|
||||
|
||||
|
@@ -93,5 +93,6 @@ public:
|
||||
KX_PYMETHOD(KX_CDActuator,SetGain);
|
||||
KX_PYMETHOD(KX_CDActuator,GetGain);
|
||||
};
|
||||
|
||||
#endif //__KX_CDACTUATOR
|
||||
|
||||
|
@@ -111,4 +111,6 @@ public:
|
||||
/** Gets all camera data. */
|
||||
RAS_CameraData* GetCameraData();
|
||||
};
|
||||
|
||||
#endif //__KX_CAMERA
|
||||
|
||||
|
@@ -125,4 +125,6 @@ private :
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_CAMERAACTUATOR
|
||||
|
||||
|
@@ -89,3 +89,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // KX_CAMERAIPOSGCONTROLLER_H
|
||||
|
||||
|
@@ -44,3 +44,4 @@ struct KX_ClientObjectInfo
|
||||
};
|
||||
|
||||
#endif //__KX_CLIENTOBJECT_INFO_H
|
||||
|
||||
|
@@ -106,4 +106,6 @@ class KX_ConstraintActuator : public SCA_IActuator
|
||||
KX_PYMETHOD_DOC(KX_ConstraintActuator,GetLimit);
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_CONSTRAINTACTUATOR
|
||||
|
||||
|
@@ -55,3 +55,4 @@ private:
|
||||
};
|
||||
|
||||
#endif //KX_CONSTRAINT_WRAPPER
|
||||
|
||||
|
@@ -71,39 +71,32 @@ struct KX_ObjectProperties
|
||||
|
||||
|
||||
void KX_ConvertODEEngineObject(KX_GameObject* gameobj,
|
||||
RAS_MeshObject* meshobj,
|
||||
KX_Scene* kxscene,
|
||||
struct PHY_ShapeProps* shapeprops,
|
||||
struct PHY_MaterialProps* smmaterial,
|
||||
struct KX_ObjectProperties* objprop);
|
||||
RAS_MeshObject* meshobj,
|
||||
KX_Scene* kxscene,
|
||||
struct PHY_ShapeProps* shapeprops,
|
||||
struct PHY_MaterialProps* smmaterial,
|
||||
struct KX_ObjectProperties* objprop);
|
||||
|
||||
|
||||
#endif //USE_ODE
|
||||
|
||||
|
||||
void KX_ConvertDynamoObject(KX_GameObject* gameobj,
|
||||
RAS_MeshObject* meshobj,
|
||||
KX_Scene* kxscene,
|
||||
struct PHY_ShapeProps* shapeprops,
|
||||
struct PHY_MaterialProps* smmaterial,
|
||||
struct KX_ObjectProperties* objprop);
|
||||
|
||||
|
||||
RAS_MeshObject* meshobj,
|
||||
KX_Scene* kxscene,
|
||||
struct PHY_ShapeProps* shapeprops,
|
||||
struct PHY_MaterialProps* smmaterial,
|
||||
struct KX_ObjectProperties* objprop);
|
||||
|
||||
#ifdef USE_SUMO_SOLID
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
void KX_ConvertSumoObject( class KX_GameObject* gameobj,
|
||||
class RAS_MeshObject* meshobj,
|
||||
class KX_Scene* kxscene,
|
||||
struct PHY_ShapeProps* shapeprops,
|
||||
struct PHY_MaterialProps* smmaterial,
|
||||
struct KX_ObjectProperties* objprop);
|
||||
class RAS_MeshObject* meshobj,
|
||||
class KX_Scene* kxscene,
|
||||
struct PHY_ShapeProps* shapeprops,
|
||||
struct PHY_MaterialProps* smmaterial,
|
||||
struct KX_ObjectProperties* objprop);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#endif //KX_CONVERTPHYSICSOBJECTS
|
||||
|
||||
|
@@ -42,4 +42,6 @@ public:
|
||||
virtual ~KX_EmptyObject() {};
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_EMPTYOBJECT
|
||||
|
||||
|
@@ -609,6 +609,5 @@ private :
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif //__KX_GAMEOBJECT
|
||||
|
||||
|
@@ -44,3 +44,4 @@ public:
|
||||
typedef std::vector<KX_IInterpolator *> T_InterpolatorList;
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -87,6 +87,3 @@ protected:
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -108,4 +108,6 @@ public:
|
||||
m_modified = true;
|
||||
}
|
||||
};
|
||||
|
||||
#endif //__IPO_SGCONTROLLER_H
|
||||
|
||||
|
@@ -96,4 +96,6 @@ public:
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_IPHYSICSCONTROLLER_H
|
||||
|
||||
|
@@ -40,3 +40,4 @@ public:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -50,15 +50,17 @@ public:
|
||||
dictobj: python dictionary (for pythoncontrollers)
|
||||
*/
|
||||
virtual void ConvertScene(const STR_String& scenename,
|
||||
class KX_Scene* destinationscene,
|
||||
PyObject* dictobj,
|
||||
class SCA_IInputDevice* keyinputdev,
|
||||
class RAS_IRenderTools* rendertools,
|
||||
class RAS_ICanvas* canvas)=0;
|
||||
class KX_Scene* destinationscene,
|
||||
PyObject* dictobj,
|
||||
class SCA_IInputDevice* keyinputdev,
|
||||
class RAS_IRenderTools* rendertools,
|
||||
class RAS_ICanvas* canvas)=0;
|
||||
|
||||
virtual void SetAlwaysUseExpandFraming(bool to_what) = 0;
|
||||
|
||||
virtual void SetNewFileName(const STR_String& filename) = 0;
|
||||
virtual bool TryAndLoadNewFile() = 0;
|
||||
};
|
||||
|
||||
#endif //__KX_ISCENECONVERTER_H
|
||||
|
||||
|
@@ -53,3 +53,4 @@ public:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -139,3 +139,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_IPOACTUATOR
|
||||
|
||||
|
@@ -48,3 +48,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_LIGHT
|
||||
|
||||
|
@@ -97,3 +97,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // KX_LIGHTIPOSGCONTROLLER_H
|
||||
|
||||
|
@@ -63,4 +63,6 @@ public:
|
||||
KX_PYMETHOD(KX_MeshProxy,GetVertexArrayLength);
|
||||
KX_PYMETHOD(KX_MeshProxy,GetVertex);
|
||||
};
|
||||
|
||||
#endif //__KX_MESHPROXY
|
||||
|
||||
|
@@ -52,3 +52,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_MOTIONSTATE
|
||||
|
||||
|
@@ -150,3 +150,4 @@ class KX_MouseFocusSensor : public SCA_MouseSensor
|
||||
};
|
||||
|
||||
#endif //__KX_MOUSESENSOR
|
||||
|
||||
|
@@ -58,4 +58,6 @@ public:
|
||||
virtual PyObject* _getattr(char *attr);
|
||||
|
||||
};
|
||||
|
||||
#endif //KX_NEARSENSOR_H
|
||||
|
||||
|
@@ -75,3 +75,4 @@ public:
|
||||
};
|
||||
|
||||
#endif // KX_OBCOLORIPOSGCONTROLLER_H
|
||||
|
||||
|
@@ -137,4 +137,6 @@ public:
|
||||
KX_PYMETHOD(KX_ObjectActuator,GetAngularVelocity);
|
||||
KX_PYMETHOD(KX_ObjectActuator,SetAngularVelocity);
|
||||
};
|
||||
|
||||
#endif //__KX_OBJECTACTUATOR
|
||||
|
||||
|
@@ -97,4 +97,6 @@ public:
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_ODEPHYSICSCONTROLLER_H
|
||||
|
||||
|
@@ -56,3 +56,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -42,3 +42,4 @@ enum e_PhysicsEngine
|
||||
};
|
||||
|
||||
#endif //__KX_PHYSICSENGINEENUMS
|
||||
|
||||
|
@@ -56,3 +56,4 @@ private:
|
||||
};
|
||||
|
||||
#endif //PHYP_PHYSICSOBJECT_WRAPPER
|
||||
|
||||
|
@@ -58,3 +58,4 @@ struct KX_MaterialProps {
|
||||
};
|
||||
|
||||
#endif //KX_PROPSH
|
||||
|
||||
|
@@ -56,3 +56,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -41,3 +41,4 @@ void PHY_RemovePythonConstraintBinding();
|
||||
void PHY_SetActiveEnvironment(class PHY_IPhysicsEnvironment* env);
|
||||
|
||||
#endif //PHY_PYTHON_CONSTRAINTBINDING
|
||||
|
||||
|
@@ -51,5 +51,5 @@ void exitGamePythonScripting();
|
||||
void exitGamePythonScripting();
|
||||
void PHY_SetActiveScene(class KX_Scene* scene);
|
||||
|
||||
|
||||
#endif //__KX_PYTHON_INIT
|
||||
|
||||
|
@@ -91,3 +91,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_RADAR_SENSOR_H
|
||||
|
||||
|
@@ -49,4 +49,6 @@ public:
|
||||
virtual void NextFrame(double curtime,double deltatime);
|
||||
virtual void RegisterSensor(SCA_ISensor* sensor);
|
||||
};
|
||||
|
||||
#endif //__KX_RAYEVENTMGR
|
||||
|
||||
|
@@ -76,4 +76,6 @@ public:
|
||||
virtual PyObject* _getattr(char *attr);
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_RAYSENSOR_H
|
||||
|
||||
|
@@ -127,7 +127,3 @@ public:
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -78,3 +78,4 @@ class KX_SCA_EndObjectActuator : public SCA_IActuator
|
||||
}; /* end of class KX_EditObjectActuator : public SCA_PropertyActuator */
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -86,3 +86,4 @@ class KX_SCA_ReplaceMeshActuator : public SCA_IActuator
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -199,16 +199,3 @@ private :
|
||||
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -61,3 +61,4 @@ private:
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -57,5 +57,3 @@ private:
|
||||
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
@@ -113,3 +113,4 @@ class KX_SceneActuator : public SCA_IActuator
|
||||
}; /* end of class KXSceneActuator */
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -102,5 +102,6 @@ public:
|
||||
KX_PYMETHOD(KX_SoundActuator,SetVelocity);
|
||||
KX_PYMETHOD(KX_SoundActuator,SetOrientation);
|
||||
};
|
||||
|
||||
#endif //__KX_SOUNDACTUATOR
|
||||
|
||||
|
@@ -78,4 +78,6 @@ public:
|
||||
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_SUMOPHYSICSCONTROLLER_H
|
||||
|
||||
|
@@ -131,3 +131,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // __KX_TIME_CATEGORY_LOGGER_H
|
||||
|
||||
|
@@ -105,3 +105,4 @@ protected:
|
||||
};
|
||||
|
||||
#endif // __KX_TIME_LOGGER_H
|
||||
|
||||
|
@@ -55,13 +55,3 @@ public:
|
||||
|
||||
#endif //__KX_TOUCHEVENTMANAGER
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@@ -142,5 +142,3 @@ public:
|
||||
|
||||
#endif //__KX_TOUCHSENSOR
|
||||
|
||||
|
||||
|
||||
|
@@ -83,3 +83,4 @@ class KX_TrackToActuator : public SCA_IActuator
|
||||
}; /* end of class KX_TrackToActuator : public KX_EditObjectActuator */
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -67,4 +67,6 @@ public:
|
||||
KX_PYMETHOD(KX_VertexProxy,SetNormal);
|
||||
|
||||
};
|
||||
|
||||
#endif //__KX_VERTEXPROXY
|
||||
|
||||
|
@@ -78,3 +78,4 @@ class KX_VisibilityActuator : public SCA_IActuator
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
@@ -63,3 +63,4 @@ public:
|
||||
};
|
||||
|
||||
#endif //__KX_WORLDINFO_H
|
||||
|
||||
|
Reference in New Issue
Block a user