📄 action.h.svn-base
字号:
#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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -