inverted monochrome handler
[swftools.git] / lib / rfxswf.h
index 6178661..58a135d 100644 (file)
@@ -729,7 +729,7 @@ void swf_uncgi();  // same behaviour as Steven Grimm's uncgi-library
 
 void* swf_ReadABC(TAG*tag);
 void swf_WriteABC(TAG*tag, void*code);
-void swf_AddButtonLinks(SWF*swf, char stop_each_frame);
+void swf_AddButtonLinks(SWF*swf, char stop_each_frame, char events);
 
 // swfaction.c