summaryrefslogtreecommitdiffstats
path: root/games/phantasia/phantglobs.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary header files from phantasia(6)mestre2016-01-061-5/+5
| | | | | | | | | | Lesson learnt: don't include an header sorted alphabetically just because. The external definition of variables was done on phantglobs.h but their declaration was on phantstruct.h and therefore the latter must be included before the former. It's easier to just include phantstruct.h inside phantglobs.h since it always need it. With help and OK from tb@
* NetBSD merge (mainly -Wall related)pjanzen1998-11-291-42/+46
|
* Ok, so I was bored and couldn't sleep...downsj1998-07-101-0/+3
| | | | Make this sucker work with decent terminal settings.
* initial import of NetBSD treederaadt1995-10-181-0/+115