From 28ca056d56bb716e125745c16876408527fdc278 Mon Sep 17 00:00:00 2001 From: peter1138 Date: Thu, 12 Jan 2006 11:20:41 +0000 Subject: (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(+) (limited to 'os/macosx') diff --git a/os/macosx/macos.h b/os/macosx/macos.h index 491f4ff09..ac1780112 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 d61900bb1..c09e58de1 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 99791cc21..2d4373ce5 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 7454ccaa0..39880562d 100644 --- a/os/macosx/splash.h +++ b/os/macosx/splash.h @@ -1,3 +1,4 @@ +/* $Id$ */ #ifndef SPLASH_H #define SPLASH_H -- cgit v1.2.3-54-g00ecf