X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fdevice.h;h=117a5514e67ce8e84e5d60f79235312b0562be22;hb=635bc62fa1795f910b7e95aed6592856e17118d8;hp=4c80d9eb84e64e64820332f35671bf0799b2559e;hpb=35ea5cc8d1eb8c806885d27441548f630e7b1266;p=libs%2Fal.git diff --git a/source/device.h b/source/device.h index 4c80d9e..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 -Diestributed 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; } };