]> git.tdb.fi Git - libs/al.git/blobdiff - source/jukebox.h
Drop copyright notices and Id tags from source files
[libs/al.git] / source / jukebox.h
index 85a2b03201280e172e24828bf29b0771ad32c7ec..13672953b9325861ce62ec2971a69fe95be1f3ed 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspal
-Copyright © 2009  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef MSP_AL_JUKEBOX_H_
 #define MSP_AL_JUKEBOX_H_
 
@@ -45,6 +38,7 @@ public:
 
        void play();
        void next();
+       void previous();
        void stop();
        void tick();
 };