converted my gen_utils.h fix to PyObjectPlus.h

Also added a fix for PyMarshal_WriteObjectToString

Now I just need to figure out linking of the gameengine on my imac.

Kent
This commit is contained in:
2008-09-06 14:13:31 +00:00
parent 810f799660
commit 115cf18bed
25 changed files with 50 additions and 24 deletions

View File

@@ -33,11 +33,11 @@
#include "SCA_LogicManager.h"
#include "SCA_ISensor.h"
#include "SCA_IActuator.h"
#include "PyObjectPlus.h"
#include "compile.h"
#include "eval.h"
#include <algorithm>
#include "gen_utils.h" /* python stuff */
#ifdef HAVE_CONFIG_H
#include <config.h>