Sha256: 8fbf5d5082fff3b66ecca5d74724ef3e19c046bbb9e0f535b3baf13a8c6b6db1
Contents?: true
Size: 456 Bytes
Versions: 5
Compression:
Stored size: 456 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __RAYS_RUBY_IMAGE_H__ #define __RAYS_RUBY_IMAGE_H__ #include <rucy/class.h> #include <rucy/extension.h> #include <rays/image.h> RUCY_DECLARE_VALUE_FROM_TO(RAYS_EXPORT, Rays::Image) namespace Rays { RAYS_EXPORT Rucy::Class image_class (); // class Rays::Image }// Rays namespace Rucy { template <> inline Class get_ruby_class<Rays::Image> () { return Rays::image_class(); } }// Rucy #endif//EOH
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
rays-0.3.4 | include/rays/ruby/image.h |
rays-0.3.3 | include/rays/ruby/image.h |
rays-0.3.2 | include/rays/ruby/image.h |
rays-0.3.1 | include/rays/ruby/image.h |
rays-0.3 | include/rays/ruby/image.h |