/*  @(#)images.h 1.2 90/04/10
 *
 *  Various images used by the graphics versions of othello.
 *
 *  Original SunView version by Ed Falk - Sun Microsystems Inc.
 *
 *  Rewritten for independent use by
 *          Rich Burridge, Sun Microsystems, Australia
 *
 *  Copyright (c) Ed Falk & Rich Burridge - Sun Microsystems.
 *                                          All rights reserved.
 *
 *  Permission is given to distribute these sources, as long as the
 *  introductory messages are not removed, and no monies are exchanged.
 *
 *  No responsibility is taken for any errors or inaccuracies inherent
 *  either to the comments or the code of this program, but if reported
 *  to me, then an attempt will be made to fix them.
 */

unsigned short button_stencil_image[] = {
#include "button.stencil.icon"
} ;

unsigned short button_invert_image[] = {
#include "button.invert.icon"
} ;

unsigned short button_normal_image[] = {
#include "button.normal.icon"
} ;

unsigned short cycle_glyph_image[] = {
#include "cycle.glyph.icon"
} ;

unsigned short cycle_stencil_image[] = {
#include "cycle.stencil.icon"
} ;

unsigned short cycle_linvert_image[] = {
#include "cycle.linvert.icon"
} ;

unsigned short cycle_rinvert_image[] = {
#include "cycle.rinvert.icon"
} ;

unsigned short icon_image[] = {
#include "othello.icon"
} ;

unsigned short cicon_image[] = {
#include "othello.color.icon"
} ;

unsigned short hglass_image[] = {
#include "hglass.cursor"
} ;

unsigned short nocur_image[] = {
#include "nocur.cursor"
} ;

unsigned short white_image[]  = {
#include "white.icon"
} ;

unsigned short black_image[]  = {
#include "black.icon"
} ;
