/** \file * \brief PPTX driver * * See Copyright Notice in cd.h */ #ifndef __CD_PPTX_H #define __CD_PPTX_H #ifdef __cplusplus extern "C" { #endif cdContext* cdContextPPTX(void); #define CD_PPTX cdContextPPTX() #ifdef __cplusplus } #endif #endif /* ifndef __CD_PPTX_ */