X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/3b66b674823107290c57b1cba33634cb106f4b9e..313fa7d1a4c0bf679decd3542967f0ef4a1a80ed:/games/phantasia/map.c diff --git a/games/phantasia/map.c b/games/phantasia/map.c index 5956ec42c9..3e65e5d8a6 100644 --- a/games/phantasia/map.c +++ b/games/phantasia/map.c @@ -1,11 +1,12 @@ /* - * $DragonFly: src/games/phantasia/map.c,v 1.2 2005/05/31 00:00:38 swildner Exp $ + * $DragonFly: src/games/phantasia/map.c,v 1.3 2005/05/31 00:06:26 swildner Exp $ */ #define minusminus plusplus #define minusplus plusminus -main() +void +main(void) { /* Set up */ @@ -129,9 +130,8 @@ main() exit(0); } -plusplus(s, x, y) /* draw strings in plus plus quadrant */ -char *s; -int x, y; +void +plusplus(char *s, int x, int y) /* draw strings in plus plus quadrant */ { char s1[2]; @@ -146,9 +146,8 @@ char s1[2]; } } -plusminus(s, x, y) /* draw strings in plus minus quadrant */ -char *s; -int x, y; +void +plusminus(char *s, int x, int y) /* draw strings in plus minus quadrant */ { char s1[2];