X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fdevice.h;h=4384aa41f33229682e20603ddd1c6b2907041e38;hb=2dc74a59cab851c594e9cb9a0c4f6ece340120a8;hp=d96901fabe1ad8d39cd7a4bebfd086952de6983a;hpb=8e69eba7dc53233c169152bdf654f032fcd0629f;p=libs%2Fal.git diff --git a/source/device.h b/source/device.h index d96901f..4384aa4 100644 --- a/source/device.h +++ b/source/device.h @@ -1,10 +1,3 @@ -/* $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_ @@ -22,6 +15,8 @@ private: public: Device(); Device(const std::string &); + ~Device(); + ALCdevice *get_device() { return dev; } };