iup-stack/cd/include/cdpptx.h

22 lines
278 B
C
Executable File

/** \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_ */