From 48198e4eb1c6ce6ab8dcea1830e488fd0313d62a Mon Sep 17 00:00:00 2001 From: kramm Date: Mon, 13 Oct 2008 14:03:03 +0000 Subject: [PATCH] new file swfscripts.c --- lib/rfxswf.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 56a1876..3dbd01f 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -799,9 +799,12 @@ void swf_uncgi(); // same behaviour as Steven Grimm's uncgi-library // swfabc.c -void AVM2_InsertStops(SWF*swf); void swf_DissassembleABC(TAG*tag); +// swfscripts.c + +void AVM2_InsertStops(SWF*swf); + // swfaction.c typedef struct _ActionTAG -- 1.7.10.4