diff options
author | Steve Price <steve@FreeBSD.org> | 1999-04-19 03:59:02 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-04-19 03:59:02 +0000 |
commit | af71cfbb87e566f2b9f599f5c40481194f449a69 (patch) | |
tree | 579f8949d23c1c30971542889c96433deb74f034 /games/phantasia/setup.c | |
parent | f1cb6ca39242b433b30c59db2895c3ac48406ab5 (diff) | |
download | src-af71cfbb87e566f2b9f599f5c40481194f449a69.tar.gz src-af71cfbb87e566f2b9f599f5c40481194f449a69.zip |
Notes
Diffstat (limited to 'games/phantasia/setup.c')
-rw-r--r-- | games/phantasia/setup.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/games/phantasia/setup.c b/games/phantasia/setup.c index cca079a83b7c..dfb1777ab7ce 100644 --- a/games/phantasia/setup.c +++ b/games/phantasia/setup.c @@ -37,6 +37,8 @@ / *************************************************************************/ +void Error(); + static char *files[] = { /* all files to create */ _SPATH_MONST, _SPATH_PEOPLE, @@ -221,6 +223,7 @@ main(argc, argv) / *************************************************************************/ +void Error(str, file) char *str, *file; { |