Oops, forgot to do the same to cEvasObject.
[ruby-evas.git] / src / rb_evas_object.h
index 02188816777047b6c65eb3f6a86c69093a8829b0..99190eae82f41ab7545d09d237c99f9fe918d75c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_evas_object.h 2 2004-06-19 18:55:39Z tilman $
+ * $Id: rb_evas_object.h 46 2004-07-26 11:14:50Z tilman $
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
 #ifndef __RB_EVAS_OBJECT_H
 #define __RB_EVAS_OBJECT_H
 
-VALUE cEvasObject;
+#define RUBY_EVAS_OBJECT_KEY "__RB_EVAS_OBJECT_OBJECT"
+
+#ifndef __RB_EVAS_OBJECT_C
+extern VALUE cEvasObject;
+#endif
 
 void Init_EvasObject (void);