#include "image.h" VALUE rb_cImage; void Init_Gosu_Image(VALUE module) { rb_cImage = rb_define_class_under(module, "Image", rb_cObject); }