Sha256: 174ae50d13960300bdad5732a48ade6fdd4d3e0cc5fbfed984c5b398928168c1
Contents?: true
Size: 547 Bytes
Versions: 3
Compression:
Stored size: 547 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __RAYS_RUBY_RAYS_H__ #define __RAYS_RUBY_RAYS_H__ #include <rucy/module.h> #include <rucy/extension.h> #include <rays/rays.h> RUCY_DECLARE_CONVERT_TO(RAYS_EXPORT, Rays::CapType) RUCY_DECLARE_CONVERT_TO(RAYS_EXPORT, Rays::JoinType) RUCY_DECLARE_CONVERT_TO(RAYS_EXPORT, Rays::BlendMode) RUCY_DECLARE_CONVERT_TO(RAYS_EXPORT, Rays::TexCoordMode) RUCY_DECLARE_CONVERT_TO(RAYS_EXPORT, Rays::TexCoordWrap) namespace Rays { RAYS_EXPORT Rucy::Module rays_module (); // module Rays }// Rays #endif//EOH
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
rays-0.3.2 | include/rays/ruby/rays.h |
rays-0.3.1 | include/rays/ruby/rays.h |
rays-0.3 | include/rays/ruby/rays.h |