Sha256: ec3eb1d59ffe8dbf1765a3f2beecc86eb79e5c7d11bd61102339e42ac7561b00
Contents?: true
Size: 384 Bytes
Versions: 1
Compression:
Stored size: 384 Bytes
Contents
#ifndef GLFW_RB_IMAGE_H #define GLFW_RB_IMAGE_H 1 #include "common.h" void Init_glfw_image(VALUE module); static VALUE rb_glfw_image_alloc(VALUE klass); VALUE rb_glfw_image_initialize(int argc, VALUE *argv, VALUE self); VALUE rb_glfw_image_width(VALUE self); VALUE rb_glfw_image_height(VALUE self); VALUE rb_glfw_image_pixels(VALUE self); #endif /* GLFW_RB_IMAGE_H */
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
glfw-0.9.8 | ext/glfw/image.h |