From ed2933342cbe6c79af024a3f0ef7bae6986fe215 Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Sun, 14 May 2000 18:39:11 +0000 Subject: @-Add swf_definepoly for drawing polygons to the SWF functions. (Sterling) --- ext/swf/php_swf.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/swf/php_swf.h') 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); -- cgit v1.2.1