custom_shape.h
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:
midi
开发平台:
Unix_Linux
- #ifndef CUSTOM_SHAPE_H
- #define CUSTOM_SHAPE_H
- #define CUSTOM_SHAPE_DEBUG 0
- #include "expr_types.h"
- #include "custom_shape_types.h"
- #include "preset_types.h"
- void free_custom_shape(custom_shape_t * custom_shape);
- custom_shape_t * new_custom_shape(int id);
- custom_shape_t * find_custom_shape(int id, preset_t * preset, int create_flag);
- void load_unspecified_init_conds_shape(custom_shape_t * custom_shape);
- void evalCustomShapeInitConditions();
- custom_shape_t * nextCustomShape();
- #endif