diff options
author | tron <tron@openttd.org> | 2005-07-24 14:12:37 +0000 |
---|---|---|
committer | tron <tron@openttd.org> | 2005-07-24 14:12:37 +0000 |
commit | a227065ab75d6cb9f449f2282315adc933450b49 (patch) | |
tree | 2c607555a4bcc2d41a41eea7726fe2f1b04d5f33 /sound | |
parent | c7980036e943aafe527a40ec0125f9d93924cb27 (diff) | |
download | openttd-a227065ab75d6cb9f449f2282315adc933450b49.tar.xz |
(svn r2701) Insert Id tags into all source files
Diffstat (limited to 'sound')
-rw-r--r-- | sound/null_s.c | 2 | ||||
-rw-r--r-- | sound/null_s.h | 2 | ||||
-rw-r--r-- | sound/sdl_s.c | 2 | ||||
-rw-r--r-- | sound/sdl_s.h | 2 | ||||
-rw-r--r-- | sound/win32_s.c | 2 | ||||
-rw-r--r-- | sound/win32_s.h | 2 |
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 |