From 42bf60c59adf3929e79112a29288e9c27c4f3f1a Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Sat, 3 Sep 2005 01:38:45 +0000 Subject: [PATCH] add c++ stuff SVN revision: 16475 --- legacy/emotion/src/lib/Emotion.h | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/legacy/emotion/src/lib/Emotion.h b/legacy/emotion/src/lib/Emotion.h index e8de3c190f..f76a686214 100644 --- a/legacy/emotion/src/lib/Emotion.h +++ b/legacy/emotion/src/lib/Emotion.h @@ -53,6 +53,10 @@ typedef enum _Emotion_Meta_Info Emotion_Meta_Info; #define EMOTION_CHANNEL_AUTO -1 #define EMOTION_CHANNEL_DEFAULT 0 +#ifdef __cplusplus +extern "C" { +#endif + /* api calls available */ Evas_Object *emotion_object_add (Evas *evas); Evas_Bool emotion_object_init (Evas_Object *obj); @@ -107,4 +111,8 @@ int emotion_object_spu_button_count_get (Evas_Object *obj); int emotion_object_spu_button_get (Evas_Object *obj); const char *emotion_object_meta_info_get (Evas_Object *obj, Emotion_Meta_Info meta); +#ifdef __cplusplus +} +#endif + #endif