From 8a0f04d754bf24f1e2779a3647a665f9e548a9d3 Mon Sep 17 00:00:00 2001 From: scuri Date: Wed, 2 Dec 2009 20:31:35 +0000 Subject: *** empty log message *** --- include/cdsvg.h | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 include/cdsvg.h (limited to 'include') diff --git a/include/cdsvg.h b/include/cdsvg.h new file mode 100644 index 0000000..53861ae --- /dev/null +++ b/include/cdsvg.h @@ -0,0 +1,22 @@ +/** \file + * \brief SVG driver + * + * See Copyright Notice in cd.h + */ + +#ifndef __CD_SVG_H +#define __CD_SVG_H + +#ifdef __cplusplus +extern "C" { +#endif + +cdContext* cdContextSVG(void); + +#define CD_SVG cdContextSVG() + +#ifdef __cplusplus +} +#endif + +#endif /* ifndef __CD_SVG_ */ -- cgit v1.2.3