Archived
1
0
Fork 0

Added a few Revision tags

This commit is contained in:
neingeist 2002-05-20 11:10:25 +00:00
parent e4d8ca2d45
commit 76e58be572
2 changed files with 4 additions and 0 deletions

2
map.c
View file

@ -1,3 +1,5 @@
/* $Revision$ */
#include <stdlib.h>
void map_init (char *map, int x, int y) {

View file

@ -1,3 +1,5 @@
/* $Revision$ */
#include <stdlib.h>
#include "SDL.h"
#include "sdl.h"