diff options
author | Sterling Hughes <sterling@php.net> | 2000-05-14 18:39:11 +0000 |
---|---|---|
committer | Sterling Hughes <sterling@php.net> | 2000-05-14 18:39:11 +0000 |
commit | ed2933342cbe6c79af024a3f0ef7bae6986fe215 (patch) | |
tree | 5a015b55965e06ce3abbac5634189c8918025b5f /ext/swf/php_swf.h | |
parent | 7fc980e1faacc60f46ae2a05bfd100752451418a (diff) | |
download | php-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.h | 1 |
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); |