[wpdev-commits] wolfpack/python pyspawnregion.h,1.1,1.2
Brought to you by:
rip,
thiagocorrea
From: Richard M. <dr...@us...> - 2004-08-13 08:55:52
|
Update of /cvsroot/wpdev/wolfpack/python In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14349/python Modified Files: pyspawnregion.h Log Message: I actually fixed most of the conversion warnings, and Wolfpack didn't break for me... so I'll commit. This removes quite a bit of warning garbage. :) Index: pyspawnregion.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/python/pyspawnregion.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** pyspawnregion.h 27 Jul 2004 04:15:20 -0000 1.1 --- pyspawnregion.h 13 Aug 2004 08:55:27 -0000 1.2 *************** *** 32,34 **** PyObject* PyGetSpawnRegionObject( cSpawnRegion* pRegion ); ! #endif // __PYSPAWNREGION_H__ \ No newline at end of file --- 32,34 ---- PyObject* PyGetSpawnRegionObject( cSpawnRegion* pRegion ); ! #endif // __PYSPAWNREGION_H__ |