20 line
211 B
C
20 line
211 B
C
// This file contains definitions that are common to both the host UI
|
|
// and the DSP system.
|
|
|
|
#ifndef cmDspUi_h
|
|
#define cmDspUi_h
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
|
|
#endif
|