/*
 * Warning, this header file is automatically generated
 */

#define NUM_FISH	4

#include "newf1.h"
#include "eel.h"
#include "manta.h"
#include "teeth.h"

int rwidth[] = {
	newf1_width,
	eel_width,
	manta_width,
	teeth_width,
};

int rheight[] = {
	newf1_height,
	eel_height,
	manta_height,
	teeth_height,
};

int rcolors[] = {
	newf1_colors,
	eel_colors,
	manta_colors,
	teeth_colors,
};

int rback[] = {
	newf1_back,
	eel_back,
	manta_back,
	teeth_back,
};

int *rreds[] = {
	newf1_reds,
	eel_reds,
	manta_reds,
	teeth_reds,
};

int *rgreens[] = {
	newf1_greens,
	eel_greens,
	manta_greens,
	teeth_greens,
};

int *rblues[] = {
	newf1_blues,
	eel_blues,
	manta_blues,
	teeth_blues,
};

unsigned char *xfishRasterA[] = {
	newf1_rasterA,
	eel_rasterA,
	manta_rasterA,
	teeth_rasterA,
};

unsigned char *xfishRasterB[] = {
	newf1_rasterB,
	eel_rasterB,
	manta_rasterB,
	teeth_rasterB,
};

