

#ifndef SSC_CUSTOM_H
#define SSC_CUSTOM_H

#include "ssc_defines.h"

#ifdef __cplusplus
extern "C" {
#endif

typedef struct SSCCustomDecoder SSCCustomDecoder;
typedef struct SSCCustomMode SSCCustomMode;


#ifdef __cplusplus
}
#endif

#endif /* SSC_CUSTOM_H */
