Sha256: 029b601501b4ccb2dc1e16e252622e0c086ccec8150ac66aea0d33e4ea470301
Contents?: true
Size: 548 Bytes
Versions: 21
Compression:
Stored size: 548 Bytes
Contents
// -*- c++ -*- #pragma once #ifndef __RAYS_RUBY_H__ #define __RAYS_RUBY_H__ #include <rays/ruby/rays.h> #include <rays/ruby/defs.h> #include <rays/ruby/exception.h> #include <rays/ruby/point.h> #include <rays/ruby/bounds.h> #include <rays/ruby/color.h> #include <rays/ruby/color_space.h> #include <rays/ruby/matrix.h> #include <rays/ruby/polyline.h> #include <rays/ruby/polygon.h> #include <rays/ruby/bitmap.h> #include <rays/ruby/image.h> #include <rays/ruby/font.h> #include <rays/ruby/shader.h> #include <rays/ruby/painter.h> #endif//EOH
Version data entries
21 entries across 21 versions & 1 rubygems