summaryrefslogtreecommitdiff
path: root/ext/swf/php_swf.h
diff options
context:
space:
mode:
authorSterling Hughes <sterling@php.net>2000-05-14 18:39:11 +0000
committerSterling Hughes <sterling@php.net>2000-05-14 18:39:11 +0000
commited2933342cbe6c79af024a3f0ef7bae6986fe215 (patch)
tree5a015b55965e06ce3abbac5634189c8918025b5f /ext/swf/php_swf.h
parent7fc980e1faacc60f46ae2a05bfd100752451418a (diff)
downloadphp-git-ed2933342cbe6c79af024a3f0ef7bae6986fe215.tar.gz
@-Add swf_definepoly for drawing polygons to the SWF functions. (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 96b9e2f8a2..ffbdc4bbc8 100644
--- a/ext/swf/php_swf.h
+++ b/ext/swf/php_swf.h
@@ -62,6 +62,7 @@ PHP_FUNCTION(swf_actionsettarget);
PHP_FUNCTION(swf_actiongotolabel);
PHP_FUNCTION(swf_defineline);
PHP_FUNCTION(swf_definerect);
+PHP_FUNCTION(swf_definepoly);
PHP_FUNCTION(swf_startshape);
PHP_FUNCTION(swf_shapelinesolid);
PHP_FUNCTION(swf_shapefilloff);