Sha256: 527a758cbb233a68b722a7a29712843269742298619505202cd58f34a12f45e2
Contents?: true
Size: 481 Bytes
Versions: 5
Compression:
Stored size: 481 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __RAYS_RUBY_POLYGON_H__ #define __RAYS_RUBY_POLYGON_H__ #include <rucy/class.h> #include <rucy/extension.h> #include <rays/polygon.h> RUCY_DECLARE_VALUE_OR_ARRAY_FROM_TO(RAYS_EXPORT, Rays::Polygon) namespace Rays { RAYS_EXPORT Rucy::Class polygon_class (); // class Rays::Polygon }// Rays namespace Rucy { template <> inline Class get_ruby_class<Rays::Polygon> () { return Rays::polygon_class(); } }// Rucy #endif//EOH
Version data entries
5 entries across 5 versions & 1 rubygems