/***************************************************************************
 *
 *
 *
 ***************************************************************************
 *
 *
 *
 ***************************************************************************/

#ifndef TROPHY_H_INCLUDED
#define TROPHY_H_INCLUDED

/*
 * includes
 */

/*
 * defines
 */

/*
 * typedefs
 */

/*
 * structures
 */

/*
 * globals
 */

extern int trophyPlayer;

/*
 * function prototypes
 */

extern void TrophyLoad(void);
extern void TrophyFree(void);
extern Gfx  *TrophyRender(Gfx *gp,dyn *d,int draw_buffer);


#endif
