xref: /csrg-svn/games/larn/pathnames.h (revision 68960)
141287Sbostic /*-
241287Sbostic  * Copyright (c) 1990 The Regents of the University of California.
341287Sbostic  * All rights reserved.
441287Sbostic  *
541287Sbostic  * %sccs.include.redist.c%
641287Sbostic  *
7*68960Sbostic  *	@(#)pathnames.h	5.2 (Berkeley) 04/27/95
841287Sbostic  */
941287Sbostic 
1041287Sbostic #define	_PATH_LOG		"/var/games/larn/llog12.0"
1141287Sbostic #define	_PATH_SCORE		"/var/games/larn/lscore12.0"
1241287Sbostic #define	_PATH_HELP		"/usr/share/games/larn/larn.help"
1341287Sbostic #define	_PATH_LEVELS		"/usr/share/games/larn/larnmaze"
1441287Sbostic #define	_PATH_FORTS		"/usr/share/games/larn/lfortune"
15*68960Sbostic #define	_PATH_PLAYERIDS		"/var/games/larn/playerids"
16