From 76e58be572c71ba8974435a9258843861b50d722 Mon Sep 17 00:00:00 2001 From: neingeist Date: Mon, 20 May 2002 11:10:25 +0000 Subject: [PATCH] Added a few Revision tags --- map.c | 2 ++ maptest.c | 2 ++ 2 files changed, 4 insertions(+) diff --git a/map.c b/map.c index 29deed4..6d75369 100644 --- a/map.c +++ b/map.c @@ -1,3 +1,5 @@ +/* $Revision$ */ + #include void map_init (char *map, int x, int y) { diff --git a/maptest.c b/maptest.c index 20f1171..086be0d 100644 --- a/maptest.c +++ b/maptest.c @@ -1,3 +1,5 @@ +/* $Revision$ */ + #include #include "SDL.h" #include "sdl.h"