X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdevice.h;h=117a5514e67ce8e84e5d60f79235312b0562be22;hb=635bc62fa1795f910b7e95aed6592856e17118d8;hp=d96901fabe1ad8d39cd7a4bebfd086952de6983a;hpb=8e69eba7dc53233c169152bdf654f032fcd0629f;p=libs%2Fal.git diff --git a/source/device.h b/source/device.h index d96901f..117a551 100644 --- a/source/device.h +++ b/source/device.h @@ -1,15 +1,12 @@ -/* $Id$ - -This file is part of libmspal -Copyright © 2008 Mikko Rasa, Mikkosoft Productions -Distributed under the LGPL -*/ - #ifndef MSP_AL_DEVICE_H_ #define MSP_AL_DEVICE_H_ #include +#ifdef __APPLE__ +#include +#else #include +#endif namespace Msp { namespace AL { @@ -22,6 +19,8 @@ private: public: Device(); Device(const std::string &); + ~Device(); + ALCdevice *get_device() { return dev; } };