X-Git-Url: http://git.asbjorn.it/?a=blobdiff_plain;f=lib%2Fas3%2Fscripts.h;fp=lib%2Fas3%2Fscripts.h;h=ec2c4772c252db71e7ac7507cb5c92a9d3e28571;hb=62d5e489a65089161aaaca07f5f9c9f3d1c3b161;hp=0000000000000000000000000000000000000000;hpb=3e3788c55ee5a26eb9973274c3c5ad9bb7495b4d;p=swftools.git diff --git a/lib/as3/scripts.h b/lib/as3/scripts.h new file mode 100644 index 0000000..ec2c477 --- /dev/null +++ b/lib/as3/scripts.h @@ -0,0 +1,30 @@ +/* scripts.h + + Some hardcoded abc scripts (header file) + + Extension module for the rfxswf library. + Part of the swftools package. + + Copyright (c) 2008,2009 Matthias Kramm + + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ + +#ifdef __abc_scripts_h__ +#define __abc_scripts_h__ + +void swf_AddButtonLinks(SWF*swf, char stop_each_frame, char events); +TAG*swf_AddAS3FontDefine(TAG*tag, U16 id, char*fontname); + +#endif