Sha256: 77c278743657e5c9990e85265b9a532d4a4559256826a13631bb5e4cf9dc02ef

Contents?: true

Size: 447 Bytes

Versions: 4

Compression:

Stored size: 447 Bytes

Contents

// -*- c++ -*-
#pragma once
#ifndef __RAYS_RUBY_PAINTER_H__
#define __RAYS_RUBY_PAINTER_H__


#include <rucy/class.h>
#include <rucy/extension.h>
#include <rays/painter.h>


namespace Rays
{


	Rucy::Class painter_class ();
	// class Rays::Painter


}// Rays


RUCY_DECLARE_VALUE_FROM_TO(Rays::Painter)


namespace Rucy
{


	template <> inline Class
	get_ruby_class<Rays::Painter> ()
	{
		return Rays::painter_class();
	}


}// Rucy


#endif//EOH

Version data entries

4 entries across 4 versions & 1 rubygems

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