Sha256: d540af797ce06d217f5d84489fb0d9c842aef471043779ceb2a39aeb292557b3

Contents?: true

Size: 440 Bytes

Versions: 4

Compression:

Stored size: 440 Bytes

Contents

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


#include <rucy/class.h>
#include <rucy/extension.h>
#include <beeps/sound.h>


namespace Beeps
{


	Rucy::Class sound_class ();
	// class Beeps::Sound


}// Beeps


RUCY_DECLARE_VALUE_FROM_TO(Beeps::Sound)


namespace Rucy
{


	template <> inline Class
	get_ruby_class<Beeps::Sound> ()
	{
		return Beeps::sound_class();
	}


}// Rucy


#endif//EOH

Version data entries

4 entries across 4 versions & 1 rubygems

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