Author: DavidCzech
Date: 2008-01-03 01:20:40 +0000 (Thu, 03 Jan 2008)
New Revision: 733

Modified:
   trunk/pysoy/src/actions/soy.actions.pxd
   trunk/pysoy/src/actions/soy.actions.pyx
Log:
StdoutAction

Modified: trunk/pysoy/src/actions/soy.actions.pxd
===================================================================
--- trunk/pysoy/src/actions/soy.actions.pxd     2008-01-02 21:32:50 UTC (rev 
732)
+++ trunk/pysoy/src/actions/soy.actions.pxd     2008-01-03 01:20:40 UTC (rev 
733)
@@ -27,3 +27,6 @@
   cdef int _xforce
   cdef int _yforce
   cdef int _zforce
+
+cdef class Stdout (Action) :
+  cdef char *text
\ No newline at end of file

Modified: trunk/pysoy/src/actions/soy.actions.pyx
===================================================================
--- trunk/pysoy/src/actions/soy.actions.pyx     2008-01-02 21:32:50 UTC (rev 
732)
+++ trunk/pysoy/src/actions/soy.actions.pyx     2008-01-03 01:20:40 UTC (rev 
733)
@@ -29,3 +29,4 @@
 include "Action.pxi"
 include "Force.pxi"
 include "Quit.pxi"
+include "Stdout.pxi"
\ No newline at end of file

_______________________________________________
PySoy-SVN mailing list
[email protected]
http://www.pysoy.org/mailman/listinfo/pysoy-svn

Reply via email to