extern zend_module_entry ming_module_entry;
#define ming_module_ptr &ming_module_entry
+PHP_RINIT_FUNCTION(ming);
PHP_MINIT_FUNCTION(ming);
PHP_MINFO_FUNCTION(ming);
PHP_FUNCTION(swfdisplayitem_addColor);
PHP_FUNCTION(swfdisplayitem_multColor);
PHP_FUNCTION(swfdisplayitem_setName);
+PHP_FUNCTION(swfdisplayitem_addAction);
PHP_FUNCTION(swfbutton_init);
PHP_FUNCTION(swfbutton_setHit);
PHP_FUNCTION(ming_setCubicThreshold);
PHP_FUNCTION(ming_setScale);
+PHP_FUNCTION(ming_useSWFVersion);
#else
#define ming_module_ptr NULL