define.h.svn-base
来自「A Flash Player with ActionScript support」· SVN-BASE 代码 · 共 29 行
SVN-BASE
29 行
#ifndef _DEFINE_H_#define _DEFINE_H_#include "base_types.h"struct DefineCharacter { UI8 CharacterType; UI16 CharacterID;};typedef struct define { UI8 CharacterType; UI16 CharacterID;}define_t;#define CharBitsOne 1#define CharBitsJPEG 2#define CharBitsLosslessOne 3#define CharBitsLosslessTwo 11#define CharButton 4#define CharEditText 5#define CharEventSound 6#define CharMorphShape 7#define CharMovieClip 8#define CharShape 9#define CharText 10#define CharFontOne 12#define CharFontTwo 13#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?