diff options
author | peter1138 <peter1138@openttd.org> | 2006-01-12 11:20:41 +0000 |
---|---|---|
committer | peter1138 <peter1138@openttd.org> | 2006-01-12 11:20:41 +0000 |
commit | 28ca056d56bb716e125745c16876408527fdc278 (patch) | |
tree | a6546ea4d47ae43d823122b792acb89b7376aa79 | |
parent | 2067b2e7b48fa1491cdf89206e496637822128e8 (diff) | |
download | openttd-28ca056d56bb716e125745c16876408527fdc278.tar.xz |
(svn r3395) Add Id tag (and svn property) to macosx files.
-rw-r--r-- | os/macosx/macos.h | 2 | ||||
-rw-r--r-- | os/macosx/macos.m | 2 | ||||
-rw-r--r-- | os/macosx/splash.c | 1 | ||||
-rw-r--r-- | os/macosx/splash.h | 1 |
4 files changed, 6 insertions, 0 deletions
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 <AppKit/AppKit.h> /* 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 |