X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Frb_esmart.c;h=a0708e15cf3aa5035a3a635cdc70ce2b1748988b;hb=HEAD;hp=11d816f5d9b64d1df192760cf33a23e8eee871bf;hpb=1256110e4e9d2d3f332f7f460224765132eeb0d5;p=ruby-esmart.git diff --git a/src/rb_esmart.c b/src/rb_esmart.c index 11d816f..a0708e1 100644 --- a/src/rb_esmart.c +++ b/src/rb_esmart.c @@ -1,6 +1,4 @@ /* - * $Id: rb_esmart.c 36 2004-07-25 10:45:47Z tilman $ - * * 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");