X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fdevices%2Frender.h;h=589f2a5b22caaca6bf76e54a74b2449b2acb7c58;hb=bf04757cd94e94c1f67fa3d2a4e3e59fa5bce0c0;hp=3e0394584deac44fffc79c14bccde9627409d1e4;hpb=f60898a8d00e47d4811bffb36b2cc114167ed9e7;p=swftools.git diff --git a/lib/devices/render.h b/lib/devices/render.h index 3e03945..589f2a5 100644 --- a/lib/devices/render.h +++ b/lib/devices/render.h @@ -19,11 +19,21 @@ 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*); +gfxdevice_t* gfxdevice_render_new(); + +#ifdef __cplusplus +} +#endif #endif //__swfoutput_h__