action.h.svn-base
来自「A Flash Player with ActionScript support」· SVN-BASE 代码 · 共 18 行
SVN-BASE
18 行
#ifndef _ACTION_H_#define _ACTION_H_#include <stdio.h>#include <glib.h>#include "player_pub.h"#include "base_types.h"typedef struct to_exec { char *name_p; struct ActionRecord *as_p;}to_exec_t;void as_exec(void) ;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?