X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=src%2Frb_image.h;fp=src%2Frb_image.h;h=2c4674369a18f40e01ebb0f2af6127200424f016;hb=ba05ccf5a7b503e2d9a58c1de4072312b5abfab7;hp=0000000000000000000000000000000000000000;hpb=2118372cfbb06b10e6254539b30887e0342650fd;p=ruby-evas.git diff --git a/src/rb_image.h b/src/rb_image.h new file mode 100644 index 0000000..2c46743 --- /dev/null +++ b/src/rb_image.h @@ -0,0 +1,26 @@ +/* + * $Id: rb_image.h 23 2004-06-26 22:55:31Z tilman $ + * + * Copyright (C) 2004 Tilman Sauerbeck (tilman at code-monkey de) + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + */ + +#ifndef __RB_IMAGE_H +#define __RB_IMAGE_H + +void Init_Image (void); + +#endif