Sha256: 78917c7197d60bac474eaca1bbf7e4e245c9270f835a1ee169c13743c5b9bc8d

Contents?: true

Size: 149 Bytes

Versions: 11

Compression:

Stored size: 149 Bytes

Contents

#include "window.h"

VALUE rb_cWindow;

void Init_Gosu_Window(VALUE module)
{
    rb_cWindow = rb_define_class_under(module, "Window", rb_cObject);
}

Version data entries

11 entries across 11 versions & 2 rubygems

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