Sha256: 445b0d5950426ed7e8a0c1f9c66a2a3c06e78fe34778ffe7ae264f8244f0e9d8

Contents?: true

Size: 472 Bytes

Versions: 3

Compression:

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


RUCY_DECLARE_VALUE_FROM_TO(RAYS_EXPORT, Rays::Painter)


namespace Rays
{


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


}// Rays


namespace Rucy
{


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


}// Rucy


#endif//EOH

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
rays-0.3.2 include/rays/ruby/painter.h
rays-0.3.1 include/rays/ruby/painter.h
rays-0.3 include/rays/ruby/painter.h