X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Faudio%2Fdummy_sound_source.hpp;h=5162f1db56b798e733a4ba38c3ecb230202704f7;hb=73259e6cd83bae601cb8ce49b6e7a0df1d4de087;hp=9a17d619fe4d34d0b03e06631db1600c2ee3aae8;hpb=cfdd490c1c32a941a0f4ad63e7a9336f2b0aebe8;p=supertux.git diff --git a/src/audio/dummy_sound_source.hpp b/src/audio/dummy_sound_source.hpp index 9a17d619f..5162f1db5 100644 --- a/src/audio/dummy_sound_source.hpp +++ b/src/audio/dummy_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,13 +12,15 @@ // 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 __DUMMY_SOUND_SOURCE_HPP__ -#define __DUMMY_SOUND_SOURCE_HPP__ +// along with this program. If not, see . + +#ifndef HEADER_SUPERTUX_AUDIO_DUMMY_SOUND_SOURCE_HPP +#define HEADER_SUPERTUX_AUDIO_DUMMY_SOUND_SOURCE_HPP class SoundSource; SoundSource* create_dummy_sound_source(); #endif + +/* EOF */