Author: DavidCzech
Date: 2008-02-24 01:23:54 -0500 (Sun, 24 Feb 2008)
New Revision: 973

Modified:
   trunk/pysoy/src/scenes/soy.scenes.pxd
Log:
Bug in pyrex?

Modified: trunk/pysoy/src/scenes/soy.scenes.pxd
===================================================================
--- trunk/pysoy/src/scenes/soy.scenes.pxd       2008-02-24 03:10:01 UTC (rev 
972)
+++ trunk/pysoy/src/scenes/soy.scenes.pxd       2008-02-24 06:23:54 UTC (rev 
973)
@@ -22,7 +22,7 @@
 cimport ode
 cimport py
 cimport soy._internals
-
+cimport soy._datatypes
 #DEF Geom = 16
 #DEF GeomLight = 32
 #DEF GeomLight = 64
@@ -57,3 +57,5 @@
 cdef class Planar (Scene) :
   cdef ode.dGeomID                _planeID
   cdef int                        _offset
+  cdef soy._datatypes.Vert      _verts[4]
+  cdef soy._datatypes.Face      _faces[2]
\ No newline at end of file

_______________________________________________
PySoy-SVN mailing list
PySoy-SVN@pysoy.org
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to