Sha256: 0e6a3a016ed8cd5001518a50c0933d6ce78bc5261f567a5ac76714294f105715
Contents?: true
Size: 440 Bytes
Versions: 4
Compression:
Stored size: 440 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __RAYS_RUBY_POINT_H__ #define __RAYS_RUBY_POINT_H__ #include <rucy/class.h> #include <rucy/extension.h> #include <rays/point.h> namespace Rays { Rucy::Class point_class (); // class Rays::Point }// Rays RUCY_DECLARE_VALUE_OR_ARRAY_FROM_TO(Rays::Point) namespace Rucy { template <> inline Class get_ruby_class<Rays::Point> () { return Rays::point_class(); } }// Rucy #endif//EOH
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
rays-0.1.32 | include/rays/ruby/point.h |
rays-0.1.31 | include/rays/ruby/point.h |
rays-0.1.30 | include/rays/ruby/point.h |
rays-0.1.29 | include/rays/ruby/point.h |