libcm/dsp/cmDspTl.h
2012-10-29 20:52:39 -07:00

17 строки
182 B
C

#ifndef cmDspTl_h
#define cmDspTl_h
#ifdef __cplusplus
extern "C" {
#endif
struct cmDspClass_str* cmTimeLineClassCons( cmDspCtx_t* ctx );
#ifdef __cplusplus
}
#endif
#endif