X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fscripting%2Fambient_sound.hpp;h=998b4f23ca2d49ad6417d0392c153e0032bb40c8;hb=08813a74da6ac1fd045a105e4e8105f1d7f716f0;hp=7fefdb363a1f570c8d0d9fc1d8dd86782724b113;hpb=f406067af6cbeb0a638078fe1d386d092583909c;p=supertux.git diff --git a/src/scripting/ambient_sound.hpp b/src/scripting/ambient_sound.hpp index 7fefdb363..998b4f23c 100644 --- a/src/scripting/ambient_sound.hpp +++ b/src/scripting/ambient_sound.hpp @@ -1,8 +1,23 @@ -#ifndef __SCRIPTING_AMBIENT_SOUND_H__ -#define __SCRIPTING_AMBIENT_SOUND_H__ +// 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 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 +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +// 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, see . -namespace Scripting -{ +#ifndef HEADER_SUPERTUX_SCRIPTING_AMBIENT_SOUND_HPP +#define HEADER_SUPERTUX_SCRIPTING_AMBIENT_SOUND_HPP + +namespace Scripting { class AmbientSound { @@ -20,3 +35,5 @@ public: } #endif + +/* EOF */