#ifndef __CD_XX_H
#define __CD_XX_H

#ifdef __cplusplus
extern "C" {
#endif

cdContext* cdContextXX(void);

#define CD_XX cdContextXX()

#ifdef __cplusplus
}
#endif

#endif