diff options
author | kramm <kramm> | 2009-01-06 21:38:52 +0000 |
---|---|---|
committer | kramm <kramm> | 2009-01-06 21:38:52 +0000 |
commit | e446901145af708f42b82258322b15eeba17f932 (patch) | |
tree | 20462ed4fe018b3a79759f78c2dcebccb531b313 /lib | |
parent | ec424e44ccbd7d6773d01feb8adcd327a5636446 (diff) |
#include as3/compiler.h
Diffstat (limited to 'lib')
-rw-r--r-- | lib/rfxswf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/rfxswf.h b/lib/rfxswf.h index 19948547..ba4981ca 100644 --- a/lib/rfxswf.h +++ b/lib/rfxswf.h @@ -748,6 +748,7 @@ void swf_WriteABC(TAG*tag, void*code); void swf_FreeABC(void*code); void swf_AddButtonLinks(SWF*swf, char stop_each_frame, char events); TAG*swf_AddAS3FontDefine(TAG*tag, U16 id, char*fontname); +#include "as3/compiler.h" // swfaction.c |