Changeset 1995 for libcaca/trunk/ruby/cucul.c
- Timestamp:
- Nov 16, 2007, 11:24:35 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/ruby/cucul.c
r1961 r1995 14 14 15 15 #include "cucul-canvas.h" 16 17 static VALUE mCucul; 16 #include "cucul-font.h" 18 17 19 18 void Init_cucul() 20 19 { 21 mCucul = rb_define_module("Cucul");20 VALUE mCucul = rb_define_module("Cucul"); 22 21 23 22 rb_define_const(mCucul, "BLACK", INT2FIX(CUCUL_BLACK)); … … 46 45 47 46 Init_cucul_canvas(mCucul); 47 Init_cucul_font(mCucul); 48 48 }
Note: See TracChangeset
for help on using the changeset viewer.