]> git.tdb.fi Git - libs/al.git/blobdiff - source/listener.h
Bump version for release
[libs/al.git] / source / listener.h
index 572517010cb179a7b4a115f0ec1c82159caa6c2d..0fe3d818b8e4f2f23644d4d9027e87e7db849264 100644 (file)
@@ -2,7 +2,7 @@
 
 This file is part of libmspal
 Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Diestributed under the LGPL
+Distributed under the LGPL
 */
 
 #ifndef MSP_AL_LIStENER_H_
@@ -13,6 +13,10 @@ Diestributed under the LGPL
 namespace Msp {
 namespace AL {
 
+/**
+Represents the listener in the 3D environment.  There is only one listener in
+OpenAL - this class is not instantiable and all of its functions are static.
+*/
 class Listener
 {
 private: