Subversion Repositories HelenOS-historic

Rev

Rev 1419 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1419 Rev 1653
Line 33... Line 33...
33
 * SUCH DAMAGE.
33
 * SUCH DAMAGE.
34
 *
34
 *
35
 *  @(#)pathnames.h 8.1 (Berkeley) 5/31/93
35
 *  @(#)pathnames.h 8.1 (Berkeley) 5/31/93
36
 */
36
 */
37
 
37
 
-
 
38
/** @addtogroup tetris
-
 
39
 * @{
-
 
40
 */
-
 
41
/** @file
-
 
42
 */
-
 
43
 
38
#define _PATH_SCOREFILE "/var/games/tetris.scores"
44
#define _PATH_SCOREFILE "/var/games/tetris.scores"
-
 
45
 
-
 
46
 
-
 
47
/** @}
-
 
48
 */
-
 
49