summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
Diffstat (limited to 'sound')
-rw-r--r--sound/null_s.c2
-rw-r--r--sound/null_s.h2
-rw-r--r--sound/sdl_s.c2
-rw-r--r--sound/sdl_s.h2
-rw-r--r--sound/win32_s.c2
-rw-r--r--sound/win32_s.h2
6 files changed, 12 insertions, 0 deletions
diff --git a/sound/null_s.c b/sound/null_s.c
index 744a209bd..00f8c4039 100644
--- a/sound/null_s.c
+++ b/sound/null_s.c
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#include "stdafx.h"
#include "openttd.h"
#include "sound/null_s.h"
diff --git a/sound/null_s.h b/sound/null_s.h
index 63cc5ef8f..5f9a90a92 100644
--- a/sound/null_s.h
+++ b/sound/null_s.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#ifndef SOUND_NULL_H
#define SOUND_NULL_H
diff --git a/sound/sdl_s.c b/sound/sdl_s.c
index 9ff1ca5cb..c9cb2b395 100644
--- a/sound/sdl_s.c
+++ b/sound/sdl_s.c
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#include "stdafx.h"
#include "openttd.h"
#include "driver.h"
diff --git a/sound/sdl_s.h b/sound/sdl_s.h
index 9e593991a..5808f68de 100644
--- a/sound/sdl_s.h
+++ b/sound/sdl_s.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#ifndef SOUND_SDL_H
#define SOUND_SDL_H
diff --git a/sound/win32_s.c b/sound/win32_s.c
index a67249fa5..736c00d9c 100644
--- a/sound/win32_s.c
+++ b/sound/win32_s.c
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#include "stdafx.h"
#include "openttd.h"
#include "driver.h"
diff --git a/sound/win32_s.h b/sound/win32_s.h
index 1f7b82b27..ff1cb1158 100644
--- a/sound/win32_s.h
+++ b/sound/win32_s.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
#ifndef SOUND_WIN32_H
#define SOUND_WIN32_H