/*
- * $Id: rb_evas_object.c 38 2004-07-25 11:27:25Z tilman $
+ * $Id: rb_evas_object.c 46 2004-07-26 11:14:50Z tilman $
*
* Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
*
#include <Evas.h>
+#define __RB_EVAS_OBJECT_C
#include "rb_evas_main.h"
#include "rb_evas.h"
#include "rb_evas_object.h"
+VALUE cEvasObject;
static VALUE parents;
/* called by the child classes */
/*
- * $Id: rb_evas_object.h 42 2004-07-25 16:08:00Z tilman $
+ * $Id: rb_evas_object.h 46 2004-07-26 11:14:50Z tilman $
*
* Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
*
#define RUBY_EVAS_OBJECT_KEY "__RB_EVAS_OBJECT_OBJECT"
-VALUE cEvasObject;
+#ifndef __RB_EVAS_OBJECT_C
+extern VALUE cEvasObject;
+#endif
void Init_EvasObject (void);