date and time created 90/06/01 13:15:30 by bostic
authorKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 2 Jun 1990 04:15:30 +0000 (20:15 -0800)
committerKeith Bostic <bostic@ucbvax.Berkeley.EDU>
Sat, 2 Jun 1990 04:15:30 +0000 (20:15 -0800)
SCCS-vsn: games/rogue/pathnames.h 5.1

usr/src/games/rogue/pathnames.h [new file with mode: 0644]

diff --git a/usr/src/games/rogue/pathnames.h b/usr/src/games/rogue/pathnames.h
new file mode 100644 (file)
index 0000000..befe19a
--- /dev/null
@@ -0,0 +1,12 @@
+/*-
+ * Copyright (c) 1990 The Regents of the University of California.
+ * All rights reserved.
+ *
+ * %sccs.include.redist.c%
+ *
+ *     @(#)pathnames.h 5.1 (Berkeley) %G%
+ */
+
+#define        _PATH_SCOREFILE "/var/games/rogue.scores"
+#define        _PATH_LOCKFILE  "/var/games/rogue.lock"
+