/* $Header: /afs/athena.mit.edu/user/j/jik/sipbsrc/src/gameserver/RCS/game_data.h,v 1.8 88/12/19 22:55:30 jik Exp $ */
/* $Log:	game_data.h,v $
 * Revision 1.8  88/12/19  22:55:30  jik
 * changed path to netgames file
 * 
 * Revision 1.7  88/01/31  05:10:15  raeburn
 * Made definitioon of path of game data file #ifndef'ed, so it can be
 * changed at compile time.
 * 
 * Revision 1.6  87/04/17  19:59:15  jtkohl
 * now look in /usr/sipb/lib
 * 
 * Revision 1.5  87/02/25  13:01:27  jtkohl
 * move netgames file
 * 
 * Revision 1.4  85/03/18  20:34:54  jtkohl
 * changed data file to /usr/unsupported/sipb/lib
 * 
 * Revision 1.3  85/03/08  22:02:13  jtkohl
 * modified for use in /usr/unsupported/sipb
 * 
 * Revision 1.2  85/01/31  22:20:35  jtkohl
 * modified for remote systems /usr/potluck
 * 
 * Revision 1.1  85/01/31  14:11:48  jtkohl
 * Initial revision
 *  */

struct game_data {
    int type;
    char *name;
    char *user_path;
    char *master_path;
    char *comment;
};

#ifndef GAME_DATA_FILE
#define GAME_DATA_FILE "/mit/sipb/lib/gameserver/netgames"
#endif
