X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Frb_esmart.c;h=a0708e15cf3aa5035a3a635cdc70ce2b1748988b;hb=HEAD;hp=428d297636daedf102188ee5485de4ef634b0e88;hpb=197f83468ba03c07a5f51888e67e164e257aa9a3;p=ruby-esmart.git diff --git a/src/rb_esmart.c b/src/rb_esmart.c index 428d297..a0708e1 100644 --- a/src/rb_esmart.c +++ b/src/rb_esmart.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) * * This library is free software; you can redistribute it and/or @@ -20,8 +18,11 @@ #include +#define __RB_ESMART_C #include "rb_esmart.h" +VALUE mEsmart; + void Init_esmart (void) { rb_require ("evas");