X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Faudio%2Fopenal_sound_source.hpp;h=66f5519248ea61b00cba0e80173a1470a1949d47;hb=25da12d34b356745dcf3669f234e17ee5bfa6b80;hp=4b03ed6d704de5e501e9980bced6663d32932d0f;hpb=979050bfb71550421272b98a608b64beba388271;p=supertux.git diff --git a/src/audio/openal_sound_source.hpp b/src/audio/openal_sound_source.hpp index 4b03ed6d7..66f551924 100644 --- a/src/audio/openal_sound_source.hpp +++ b/src/audio/openal_sound_source.hpp @@ -1,12 +1,10 @@ -// $Id$ -// // SuperTux // Copyright (C) 2006 Matthias Braun // -// This program is free software; you can redistribute it and/or -// modify it under the terms of the GNU General Public License -// as published by the Free Software Foundation; either version 2 -// of the License, or (at your option) any later version. +// This program is free software: you can redistribute it and/or modify +// it under the terms of the GNU General Public License as published by +// the Free Software Foundation, either version 3 of the License, or +// (at your option) any later version. // // This program is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -14,19 +12,14 @@ // GNU General Public License for more details. // // You should have received a copy of the GNU General Public License -// along with this program; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. -#ifndef __OPENAL_SOUND_SOURCE_H__ -#define __OPENAL_SOUND_SOURCE_H__ - -#ifndef MACOSX -#include -#else -#include -#endif +// along with this program. If not, see . + +#ifndef HEADER_SUPERTUX_AUDIO_OPENAL_SOUND_SOURCE_HPP +#define HEADER_SUPERTUX_AUDIO_OPENAL_SOUND_SOURCE_HPP -#include "math/vector.hpp" -#include "sound_source.hpp" +#include + +#include "audio/sound_source.hpp" class OpenALSoundSource : public SoundSource { @@ -55,3 +48,5 @@ protected: }; #endif + +/* EOF */