Sha256: 08981201a7dc8f17ea899c7490c68cc5e3bdd0f5142ea089adefa7cda8ca723d

Contents?: true

Size: 380 Bytes

Versions: 4

Compression:

Stored size: 380 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>


namespace Rays
{


	Rucy::Module rays_module ();
	// module Rays


}// Rays


RUCY_DECLARE_CONVERT_TO(Rays::CapType)

RUCY_DECLARE_CONVERT_TO(Rays::JoinType)

RUCY_DECLARE_CONVERT_TO(Rays::BlendMode)


#endif//EOH

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rays-0.1.32 include/rays/ruby/rays.h
rays-0.1.31 include/rays/ruby/rays.h
rays-0.1.30 include/rays/ruby/rays.h
rays-0.1.29 include/rays/ruby/rays.h