libcm/dsp/cmDspTl.h

17 lines
182 B
C
Raw Normal View History

2012-10-30 03:52:39 +00:00
#ifndef cmDspTl_h
#define cmDspTl_h
#ifdef __cplusplus
extern "C" {
#endif
struct cmDspClass_str* cmTimeLineClassCons( cmDspCtx_t* ctx );
#ifdef __cplusplus
}
#endif
#endif