Sha256: 84aea99dc6fcaec96c6575ffae352fbd77b84869fc21601c6f1979eb75d8ce47

Contents?: true

Size: 144 Bytes

Versions: 11

Compression:

Stored size: 144 Bytes

Contents

#include "image.h"

VALUE rb_cImage;

void Init_Gosu_Image(VALUE module)
{
    rb_cImage = rb_define_class_under(module, "Image", rb_cObject);
}

Version data entries

11 entries across 11 versions & 2 rubygems

Version Path
danabr75-ashton-0.1.5 ext/ashton/image.c
ashton-0.1.6 ext/ashton/image.c
ashton-0.1.5 ext/ashton/image.c
ashton-0.1.4 ext/ashton/image.c
ashton-0.1.3 ext/ashton/image.c
ashton-0.1.2 ext/ashton/image.c
ashton-0.1.1 ext/ashton/image.c
ashton-0.1.0 ext/ashton/image.c
ashton-0.0.4alpha ext/ashton/image.c
ashton-0.0.3alpha ext/ashton/image.c
ashton-0.0.2alpha ext/ashton/image.c