summaryrefslogtreecommitdiff
path: root/video
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-07-24 14:12:37 +0000
committertron <tron@openttd.org>2005-07-24 14:12:37 +0000
commit647cbd6bdd113f7202a07fe19ad73a6710a85414 (patch)
tree2c607555a4bcc2d41a41eea7726fe2f1b04d5f33 /video
parent1492a04844466df064bd906bfebca85bb40beb50 (diff)
downloadopenttd-647cbd6bdd113f7202a07fe19ad73a6710a85414.tar.xz
(svn r2701) Insert Id tags into all source files
Diffstat (limited to 'video')
-rw-r--r--video/dedicated_v.c2
-rw-r--r--video/dedicated_v.h2
-rw-r--r--video/null_v.c2
-rw-r--r--video/null_v.h2
-rw-r--r--video/sdl_v.c2
-rw-r--r--video/sdl_v.h2
-rw-r--r--video/win32_v.c2
-rw-r--r--video/win32_v.h2
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