diff options
author | scuri <scuri> | 2009-12-02 20:31:35 +0000 |
---|---|---|
committer | scuri <scuri> | 2009-12-02 20:31:35 +0000 |
commit | 8a0f04d754bf24f1e2779a3647a665f9e548a9d3 (patch) | |
tree | 898313d549db010f2547af73526d60d205950534 /include | |
parent | 0a186150f085c34462b8c6cd5257849c73f80b65 (diff) |
*** empty log message ***
Diffstat (limited to 'include')
-rw-r--r-- | include/cdsvg.h | 22 |
1 files changed, 22 insertions, 0 deletions
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_ */ |