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 /video | |
parent | c7980036e943aafe527a40ec0125f9d93924cb27 (diff) | |
download | openttd-a227065ab75d6cb9f449f2282315adc933450b49.tar.xz |
(svn r2701) Insert Id tags into all source files
Diffstat (limited to 'video')
-rw-r--r-- | video/dedicated_v.c | 2 | ||||
-rw-r--r-- | video/dedicated_v.h | 2 | ||||
-rw-r--r-- | video/null_v.c | 2 | ||||
-rw-r--r-- | video/null_v.h | 2 | ||||
-rw-r--r-- | video/sdl_v.c | 2 | ||||
-rw-r--r-- | video/sdl_v.h | 2 | ||||
-rw-r--r-- | video/win32_v.c | 2 | ||||
-rw-r--r-- | video/win32_v.h | 2 |
8 files changed, 16 insertions, 0 deletions
diff --git a/video/dedicated_v.c b/video/dedicated_v.c index 4ae5a5dac..6440d6fe9 100644 --- a/video/dedicated_v.c +++ b/video/dedicated_v.c @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff --git a/video/dedicated_v.h b/video/dedicated_v.h index 98f01d581..61a76a95d 100644 --- a/video/dedicated_v.h +++ b/video/dedicated_v.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef VIDEO_DEDICATED_H #define VIDEO_DEDICATED_H diff --git a/video/null_v.c b/video/null_v.c index 47dcb3c61..8f7cee988 100644 --- a/video/null_v.c +++ b/video/null_v.c @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "gfx.h" diff --git a/video/null_v.h b/video/null_v.h index d5d379158..cb84c4cfd 100644 --- a/video/null_v.h +++ b/video/null_v.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef VIDEO_NULL_H #define VIDEO_NULL_H diff --git a/video/sdl_v.c b/video/sdl_v.c index 549acd3fb..462b5d309 100644 --- a/video/sdl_v.c +++ b/video/sdl_v.c @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "debug.h" diff --git a/video/sdl_v.h b/video/sdl_v.h index d2e9dae7b..78fa48f4a 100644 --- a/video/sdl_v.h +++ b/video/sdl_v.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef VIDEO_SDL_H #define VIDEO_SDL_H diff --git a/video/win32_v.c b/video/win32_v.c index eb9e37a50..fdd74dc98 100644 --- a/video/win32_v.c +++ b/video/win32_v.c @@ -1,3 +1,5 @@ +/* $Id$ */ + #include "stdafx.h" #include "openttd.h" #include "functions.h" diff --git a/video/win32_v.h b/video/win32_v.h index 235040c44..eba72cc8f 100644 --- a/video/win32_v.h +++ b/video/win32_v.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef VIDEO_WIN32_H #define VIDEO_WIN32_H |