iup-stack/cd/include/cddxf.h

23 lines
272 B
C
Raw Permalink Normal View History

2023-02-20 16:44:45 +00:00
/** \file
* \brief DXF driver
*
* See Copyright Notice in cd.h
*/
#ifndef __CD_DXF_H
#define __CD_DXF_H
#ifdef __cplusplus
extern "C" {
#endif
cdContext* cdContextDXF(void);
#define CD_DXF cdContextDXF()
#ifdef __cplusplus
}
#endif
#endif /* ifndef __CD_DXF_ */