From 68fb066a64e2d5a90be99374c8cd68c611e535fb Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 12 Jan 2006 11:20:41 +0000 Subject: [PATCH] (svn r3395) Add Id tag (and svn property) to macosx files. --- os/macosx/macos.h | 2 ++ os/macosx/macos.m | 2 ++ os/macosx/splash.c | 1 + os/macosx/splash.h | 1 + 4 files changed, 6 insertions(+) diff --git a/os/macosx/macos.h b/os/macosx/macos.h index 491f4ff090..ac17801128 100644 --- a/os/macosx/macos.h +++ b/os/macosx/macos.h @@ -1,3 +1,5 @@ +/* $Id$ */ + #ifndef MACOS_H #define MACOS_H diff --git a/os/macosx/macos.m b/os/macosx/macos.m index d61900bb18..c09e58de10 100644 --- a/os/macosx/macos.m +++ b/os/macosx/macos.m @@ -1,3 +1,5 @@ +/* $Id$ */ + #include /* diff --git a/os/macosx/splash.c b/os/macosx/splash.c index 99791cc21c..2d4373ce57 100644 --- a/os/macosx/splash.c +++ b/os/macosx/splash.c @@ -1,3 +1,4 @@ +/* $Id$ */ #include "../../stdafx.h" #include "../../openttd.h" diff --git a/os/macosx/splash.h b/os/macosx/splash.h index 7454ccaa03..39880562d4 100644 --- a/os/macosx/splash.h +++ b/os/macosx/splash.h @@ -1,3 +1,4 @@ +/* $Id$ */ #ifndef SPLASH_H #define SPLASH_H