[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [19840] branches/sim_physics/source/ gameengine/Ketsji/KX_PythonInit.h: 6th compile fix, sorry

Daniel Genrich daniel.genrich at gmx.net
Tue Apr 21 12:35:25 CEST 2009


Revision: 19840
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=19840
Author:   genscher
Date:     2009-04-21 12:35:23 +0200 (Tue, 21 Apr 2009)

Log Message:
-----------
6th compile fix, sorry

Modified Paths:
--------------
    branches/sim_physics/source/gameengine/Ketsji/KX_PythonInit.h

Modified: branches/sim_physics/source/gameengine/Ketsji/KX_PythonInit.h
===================================================================
--- branches/sim_physics/source/gameengine/Ketsji/KX_PythonInit.h	2009-04-21 10:19:14 UTC (rev 19839)
+++ branches/sim_physics/source/gameengine/Ketsji/KX_PythonInit.h	2009-04-21 10:35:23 UTC (rev 19840)
@@ -43,7 +43,7 @@
 PyObject*	initGameLogic(class KX_KetsjiEngine *engine, class KX_Scene* ketsjiscene);
 PyObject*	initGameKeys();
 PyObject*	initRasterizer(class RAS_IRasterizer* rasty,class RAS_ICanvas* canvas);
-PyObject*	initGamePlayerPythonScripting(const STR_String& progname, TPythonSecurityLevel level, struct Main *maggie);
+PyObject*	initGamePlayerPythonScripting(const STR_String& progname, TPythonSecurityLevel level, struct Main *maggie, int argc, char** argv);
 PyObject*	initMathutils();
 PyObject*	initBGL();
 PyObject*	initVideoTexture(void); 





More information about the Bf-blender-cvs mailing list