init_cond_types.h
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:
midi
开发平台:
Unix_Linux
- #ifndef INIT_COND_TYPES_H
- #define INIT_COND_TYPES_H
- #include "param_types.h"
- #include "expr_types.h"
- typedef struct INIT_COND_T {
- struct PARAM_T * param;
- value_t init_val;
- } init_cond_t;
- #endif