summaryrefslogtreecommitdiff
path: root/ext/swf/php_swf.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-05-23 04:09:20 +0000
committerSterling Hughes <sterling@php.net>2000-05-23 04:09:20 +0000
commit39af86f017e1bc9c8a73ca6c320b55626b0da26d (patch)
treecfe9a715ca7372243a1177bb1c59a093de613d42 /ext/swf/php_swf.h
parentd91068a88a8b339ecbc02a64ec5c1bb27c2d873a (diff)
downloadphp-git-39af86f017e1bc9c8a73ca6c320b55626b0da26d.tar.gz
@-Add the swf_ortho function. (Sterling)
Diffstat (limited to 'ext/swf/php_swf.h')
-rw-r--r--ext/swf/php_swf.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/swf/php_swf.h b/ext/swf/php_swf.h
index 90a1a3361f..3cb06178d5 100644
--- a/ext/swf/php_swf.h
+++ b/ext/swf/php_swf.h
@@ -92,6 +92,7 @@ PHP_FUNCTION(swf_addbuttonrecord);
PHP_FUNCTION(swf_oncondition);
PHP_FUNCTION(swf_endbutton);
PHP_FUNCTION(swf_viewport);
+PHP_FUNCTION(swf_ortho);
PHP_FUNCTION(swf_ortho2);
PHP_FUNCTION(swf_perspective);
PHP_FUNCTION(swf_polarview);