pipe_out_pub.h.svn-base
来自「A Flash Player with ActionScript support」· SVN-BASE 代码 · 共 15 行
SVN-BASE
15 行
#ifndef _PIPE_OUT_PUB_H_#define _PIPE_OUT_PUB_H_#include "xwin_pub.h"#include "player_pub.h"typedef struct pipe_out { struct player *player_p;}pipe_out_t;pipe_out_t* pipe_out_new(struct player *player_p);void pipe_out_run(pipe_out_t *pipe_out_p);void pipe_out_free(pipe_out_t *pipe_out_p);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?