/***********************************************************************
 * 
 *  G F O ! 
 *  by Chee Chew
 *      and 
 *     Ken Duda 
 *
 *  (c) 1990
 *
 *  This software is free for distribution.  This notice, however, may 
 *  not be altered.
 *  
 *  Enjoy! (and punt... )
 *
 ***********************************************************************/

#include<stdio.h>
#include "xstuff.h"
#include "game.h"
#include "objects.h"
#include "well.h" 
 
/* Define locations... */ 


#define BITMAP_PATH "/afs/sipb/project/gfo/src/bitmaps/"
#define TitleScreen BITMAP_PATH"title" 
#define Animal1 BITMAP_PATH"horse1"
#define Animal2 BITMAP_PATH"horse2"
#define Animal3 BITMAP_PATH"horse3"
#define Animal4 BITMAP_PATH"horse4"
#define Animal5 BITMAP_PATH"horse5"
#define Animal6 BITMAP_PATH"horse6"
#define Animal7 BITMAP_PATH"horse7"
#define Animal8 BITMAP_PATH"horse8"
#define Animal9 BITMAP_PATH"horse9"
#define Animal0 BITMAP_PATH"horse10"
#define HSTITLE BITMAP_PATH"hstitle"
#define HSRANK BITMAP_PATH"hs"
#define HSNO BITMAP_PATH"hsno"
#define HSFONT "7x13"
