X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fregistry.h;h=1784563c4512e5ebc05416527b3845f63991b313;hb=015fead14e2466763ecfff196756c53f293b266a;hp=b5769b0d3774e24315f2a420792b1774d69fba63;hpb=fb56342d9ce82d70ea6d5d544ff8df485fee3afc;p=swftools.git diff --git a/lib/as3/registry.h b/lib/as3/registry.h index b5769b0..1784563 100644 --- a/lib/as3/registry.h +++ b/lib/as3/registry.h @@ -35,7 +35,11 @@ struct _classinfo { U8 flags; const char*package; const char*name; - int slot; + union { + int slot; // slot nr in initscript traits + classinfo_t*cls; // specific class of a Class type + memberinfo_t*function; //specific function of a Function type + }; classinfo_t*superclass; dict_t members;