git.asbjorn.biz
/
swftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f02681d
)
added jump rewriting for actionscript
author
kramm
<kramm>
Sun, 11 Nov 2001 18:10:10 +0000
(18:10 +0000)
committer
kramm
<kramm>
Sun, 11 Nov 2001 18:10:10 +0000
(18:10 +0000)
lib/rfxswf.h
patch
|
blob
|
history
diff --git
a/lib/rfxswf.h
b/lib/rfxswf.h
index
a860b77
..
aa7c4da
100644
(file)
--- a/
lib/rfxswf.h
+++ b/
lib/rfxswf.h
@@
-100,6
+100,10
@@
typedef struct _ActionTAG
U8 tmp[4]; // store small operands here.
} ActionTAG;
+typedef struct _ActionMarker
+{
+ ActionTAG* atag;
+} ActionMarker;
typedef struct _SWF
{ U8 fileVersion;
@@
-590,5
+594,7
@@
void action_If(U16 branch);
void action_Call();
void action_GotoFrame2(U8 method);
void swf_ActionEnd();
+ActionMarker action_setMarker();
+void action_fixjump(ActionMarker m1, ActionMarker m2);
#endif