📄 perl_swf.h
字号:
/* ==================================================================== * Copyright (c) 2000 by Soheil Seyfaie. All rights reserved. * This program is free software; you can redistribute it and/or modify * it under the same terms as Perl itself. * ==================================================================== */#ifndef PERL_SWF_H_INCLUDED#define PERL_SWF_H_INCLUDEDtypedef SWFMovieClip SWF__MovieClip;typedef SWFMovie SWF__Movie;typedef SWFShape SWF__Shape;typedef SWFBlock SWF__Block;typedef SWFFont SWF__Font;typedef SWFFill SWF__Fill;typedef SWFText SWF__Text;typedef SWFDisplayItem SWF__DisplayItem;typedef SWFFillStyle SWF__FillStyle;typedef SWFGradient SWF__Gradient;typedef SWFBitmap SWF__Bitmap;typedef SWFButton SWF__Button;typedef SWFCharacter SWF__Character;typedef SWFAction SWF__Action;typedef SWFMorph SWF__Morph;typedef SWFTextField SWF__TextField;typedef SWFSound SWF__Sound;typedef SWFSoundInstance SWF__SoundInstance;typedef SWFSoundStream SWF__SoundStream;typedef SWFVideoStream SWF__VideoStream;#ifndef sv_undef#define sv_undef PL_sv_undef#endif#ifndef na#define na PL_na#endif#ifndef pTHX_#define aTHXo_#endif#ifndef S_DEBUG#define swf_debug 0 /* Should we get this from, say, $SWF::debug? */#define S_DEBUG(level,code) if (swf_debug >= level) { code; }#endifvoid swf_stash_refcnt_inc(SV *sv_key, SV *sv_value);void swf_stash_refcnt_dec(SV *sv_key);#endif /* PERL_SWF_H_INCLUDED */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -