Sha256: a640e4ae3e2a682c2f5602757f6fae89b1ea2cec1be4ce908c26313c1a1f9980
Contents?: true
Size: 371 Bytes
Versions: 3
Compression:
Stored size: 371 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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
glfw-1.0.3 | ext/glfw/image.h |
glfw-1.0.2 | ext/glfw/image.h |
glfw-1.0.1 | ext/glfw/image.h |