Lots of new stuff.
[ruby-evas.git] / src / rb_evas.h
index 5bf0cf53d0f404d654a125f5873c0a8df7ee1b87..aae1cd65c4a87a8764668ec0fd07dd4fe652cf8a 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * $Id: rb_evas.h 2 2004-06-19 18:55:39Z tilman $
+ * $Id: rb_evas.h 20 2004-06-22 20:46:56Z tilman $
  *
  * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de)
  *
 #ifndef __RB_EVAS_H
 #define __RB_EVAS_H
 
+#define RUBY_EVAS_OBJECT_KEY "__RB_EVAS_OBJECT_OBJECT"
+
 VALUE cEvas;
 
+void Init_Evas (void);
 VALUE TO_EVAS (VALUE parent, Evas *e);
 
 #endif