History log of /src/games/phantasia/phantstruct.h |
Revision | | Date | Author | Comments |
1.5 |
| 15-Feb-2005 |
jsm | Don't presume phantasia's internal bool (char) is the same as that in curses.h: define phbool and use it where necessary to avoid declaring functions with one bool and defining them with the other.
Reviewed by <hubertf>.
|
1.4 |
| 07-Apr-2004 |
ross | Rework to use curses.h only on the target, not on the host.
|
1.3 |
| 08-Sep-1999 |
jsm | branches: 1.3.16; Add use of `const' where appropriate to the games.
This merges in all such remaining changes from the Linux port of the NetBSD games, except in hunt (where substantial changes from OpenBSD need to be looked at).
Some such changes were previously covered in PRs bin/6041, bin/6146, bin/6148, bin/6150, bin/6151, bin/6580, bin/6660, bin/7993, bin/7994, bin/8039, bin/8057 and bin/8093.
|
1.2 |
| 24-Mar-1995 |
cgd | rcs id conventions
|
1.1 |
| 21-Oct-1994 |
jtc | branches: 1.1.1; Initial revision
|
1.1.1.1 |
| 21-Oct-1994 |
jtc | phantasia(6), from 44lite
|
1.3.16.1 |
| 08-Apr-2005 |
tron | Pull up revision 1.4 (requested by jmc in ticket #1032): Rework to use curses.h only on the target, not on the host.
|