1 /* hpath.c - the central highscore file location
2  *
3  * Copyright 1999  Jochen Voss  */
4 
5 static const  char  rcsid[] = "$Id: hpath.c 4839 2003-04-13 16:50:02Z voss $";
6 
7 
8 #ifdef HAVE_CONFIG_H
9 #include <config.h>
10 #endif
11 
12 #include "moon-buggy.h"
13 
14 
15 const char *score_dir = SCORE_DIR;
16