diff options
Diffstat (limited to 'src/sound.h')
-rw-r--r-- | src/sound.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/sound.h b/src/sound.h index ebcd6442..72180607 100644 --- a/src/sound.h +++ b/src/sound.h @@ -17,15 +17,12 @@ * You should have received a copy of the GNU General Public License * along with The Mana World; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * $Id$ */ #ifndef _TMW_SOUND_H #define _TMW_SOUND_H #include <SDL_mixer.h> - #include <string> /** Sound engine |