diff options
Diffstat (limited to 'cd/include/cddgn.h')
-rwxr-xr-x | cd/include/cddgn.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/cd/include/cddgn.h b/cd/include/cddgn.h new file mode 100755 index 0000000..ed90f40 --- /dev/null +++ b/cd/include/cddgn.h @@ -0,0 +1,23 @@ +/** \file + * \brief DGN driver + * + * See Copyright Notice in cd.h + */ + +#ifndef __CD_DGN_H +#define __CD_DGN_H + +#ifdef __cplusplus +extern "C" { +#endif + +cdContext* cdContextDGN(void); + +#define CD_DGN cdContextDGN() + +#ifdef __cplusplus +} +#endif + +#endif /* ifndef __CD_DGN_ */ + |