/*************************************************************************
 *
 * static.h
 *
 *************************************************************************
 *
 * list of resources available in static segment
 *
 *************************************************************************/

#ifndef STATIC_H_INCLUDED
#define STATIC_H_INCLUDED

/*
 * includes
 */

/*
 * defines
 */

/*
 * typedefs
 */

/*
 * structures
 */

/*
 * globals
 */

extern Gfx 	DLInitRSP[];
extern Gfx 	DLInitRDP[];
extern Gfx 	textri_dl[];
extern Vp	vp;

/*
 * function prototypes
 */


#endif
