xref: /original-bsd/games/larn/pathnames.h (revision 27393bdf)
1 /*-
2  * Copyright (c) 1990 The Regents of the University of California.
3  * All rights reserved.
4  *
5  * %sccs.include.redist.c%
6  *
7  *	@(#)pathnames.h	5.2 (Berkeley) 04/27/95
8  */
9 
10 #define	_PATH_LOG		"/var/games/larn/llog12.0"
11 #define	_PATH_SCORE		"/var/games/larn/lscore12.0"
12 #define	_PATH_HELP		"/usr/share/games/larn/larn.help"
13 #define	_PATH_LEVELS		"/usr/share/games/larn/larnmaze"
14 #define	_PATH_FORTS		"/usr/share/games/larn/lfortune"
15 #define	_PATH_PLAYERIDS		"/var/games/larn/playerids"
16