Sha256: b148ee239bca7f090581bb32cad6ffb3163ab745719b9d6fcffa644a7c1be4bc

Contents?: true

Size: 272 Bytes

Versions: 3

Compression:

Stored size: 272 Bytes

Contents

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


#include <beeps/openal.h>


namespace Beeps
{


	class Sound;


	void play_sound (const Sound& sound);

	ALuint get_sound_buffer_id (const Sound& sound);


}// Beeps


#endif//EOH

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
beeps-0.1.12 src/openal.h
beeps-0.1.11 src/openal.h
beeps-0.1.10 src/openal.h