xref: /original-bsd/games/larn/pathnames.h (revision e59fb703)
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.1 (Berkeley) 05/02/90
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		"/usr/share/games/larn/playerids"
16