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