From bb97100c15233dba0b47f867dcd89f7db40a0ce1 Mon Sep 17 00:00:00 2001 From: kramm Date: Fri, 6 Jan 2006 20:38:06 +0000 Subject: [PATCH] added c++ handling --- lib/devices/render.h | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/lib/devices/render.h b/lib/devices/render.h index 3e03945..e749617 100644 --- a/lib/devices/render.h +++ b/lib/devices/render.h @@ -19,11 +19,20 @@ along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -#ifndef __swfoutput_h__ -#define __swfoutput_h__ +#ifndef __render_h__ +#define __render_h__ #include "../gfxdevice.h" + +#ifdef __cplusplus +extern "C" { +#endif + void gfxdevice_render_init(gfxdevice_t*); +#ifdef __cplusplus +} +#endif + #endif //__swfoutput_h__ -- 1.7.10.4