Sha256: e7b0064aab84801cec4c3320cbe17d9e06af295d08eac5114a32afb3e8d8ebe5

Contents?: true

Size: 470 Bytes

Versions: 4

Compression:

Stored size: 470 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::CapType)

RUCY_DECLARE_CONVERT_TO(Rays::JoinType)

RUCY_DECLARE_CONVERT_TO(Rays::BlendMode)

RUCY_DECLARE_CONVERT_TO(Rays::TexCoordMode)

RUCY_DECLARE_CONVERT_TO(Rays::TexCoordWrap)


namespace Rays
{


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


}// Rays


#endif//EOH

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
rays-0.2.1 include/rays/ruby/rays.h
rays-0.2 include/rays/ruby/rays.h
rays-0.1.49 include/rays/ruby/rays.h
rays-0.1.48 include/rays/ruby/rays.h