Added a few Revision tags
This commit is contained in:
parent
e4d8ca2d45
commit
76e58be572
2 changed files with 4 additions and 0 deletions
2
map.c
2
map.c
|
@ -1,3 +1,5 @@
|
||||||
|
/* $Revision$ */
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
void map_init (char *map, int x, int y) {
|
void map_init (char *map, int x, int y) {
|
||||||
|
|
|
@ -1,3 +1,5 @@
|
||||||
|
/* $Revision$ */
|
||||||
|
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include "SDL.h"
|
#include "SDL.h"
|
||||||
#include "sdl.h"
|
#include "sdl.h"
|
||||||
|
|
Reference in a new issue