libcm/cmGrPlotAudio.h

20 lines
244 B
C
Raw Normal View History

2012-10-30 03:52:39 +00:00
#ifndef cmGrPlotAudio_h
#define cmGrPlotAudio_h
#ifdef __cplusplus
extern "C" {
#endif
cmGrPlRC_t cmGrPlotAudioFileObjCreate(
cmGrPlObjH_t oH,
cmAfmFileH_t afH,
unsigned audioChIdx );
#ifdef __cplusplus
}
#endif
#endif