From 39af86f017e1bc9c8a73ca6c320b55626b0da26d Mon Sep 17 00:00:00 2001 From: Sterling Hughes Date: Tue, 23 May 2000 04:09:20 +0000 Subject: @-Add the swf_ortho function. (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 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); -- cgit v1.2.1