/***************************************************************************
 *
 * net.h
 *
 ***************************************************************************
 *
 * net graphics/animation
 *
 ***************************************************************************/

#ifndef NET_H_INCLUDED
#define NET_H_INCLUDED

/*
 * includes
 */

#include "resman.h"

/*
 * defines
 */

/*
 * typedefs
 */

/*
 * structures
 */

/*
 * globals
 */

/*
 * function prototypes
 */

extern void NetOpen(struct openSet *resources);
extern void NetRender(Gfx **gl,int no);

#endif
