per_point_types.h
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:0k
源码类别:

midi

开发平台:

Unix_Linux

  1. #ifndef PER_POINT_EQN_TYPES_H
  2. #define PER_POINT_EQN_TYPES_H
  3. #include "custom_wave_types.h"
  4. typedef struct PER_POINT_EQN {
  5.   custom_wave_t * custom_wave;
  6.   
  7. } per_point_eqn_t;
  8. #endif