]> git.tdb.fi Git - libs/al.git/blobdiff - source/listener.h
Drop copyright notices and Id tags from source files
[libs/al.git] / source / listener.h
index 8946e4cf49b33d65c75e7bfa250cfb0632ed7a27..63f6ccf25e10fe9b50e195dd4536dc0db5f739ac 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspal
-Copyright © 2008 Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_AL_LIStENER_H_
 #define MSP_AL_LISTENER_H_
 
@@ -13,6 +6,10 @@ Distributed 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: