#Harmut -- I love your web site, I was able to see that these functions
#didn't have prototypes just by checking out the SWF extension area!
}
/* }}} */
-/* {{{ swf_removeobject(int depth)
+/* {{{ proto void swf_removeobject(int depth)
Removes the object at the specified depth */
PHP_FUNCTION(swf_removeobject)
{
}
/* }}} */
-/* {{{ void swf_ortho2(double xmin, double xmax, double ymin, double ymax)
+/* {{{ proto void swf_ortho2(double xmin, double xmax, double ymin, double ymax)
Defines a 2-D orthographic mapping of user coordinates onto the current viewport */
PHP_FUNCTION(swf_ortho2)
{