#ifndef _CLUTTER_PERL_H_ #define _CLUTTER_PERL_H_ #include #include #include #ifdef CLUTTERPERL_GST #include #include #else #define clutter_gst_init clutter_gst_init_dummy #endif #ifdef CLUTTERPERL_CAIRO #include #include #endif #ifdef CLUTTERPERL_GTK #include #else #define clutter_gtk_init clutter_gtk_init_dummy #endif #include "clutterperl-autogen.h" G_BEGIN_DECLS SV *newSVCoglHandle (CoglHandle handle); CoglHandle SvCoglHandle (SV *sv); SV *newSVCoglTextureVertext (CoglTextureVertex vertex); CoglTextureVertex *SvCoglTextureVertex (SV *sv); const char *clutterperl_event_get_package (ClutterEvent *event); G_END_DECLS #endif /* _CLUTTER_PERL_H_ */