17 lines
182 B
C
17 lines
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
|