/*
        poker.h (useles color definitions)

        V1.00 - 031196  Kimmo Teräväinen
        -----   ------  ----------------
        V0.01   031196  Made

*/
#ifndef DC1_POKER_POKER
#define DC1_POKER_POKER

#ifdef _Windows
#else

#include <exec/types.h>

const UWORD DETAIL_PEN        = 1;
const UWORD BLOCK_PEN         = 2;
const UWORD TEXT_PEN          = 1;
const UWORD SHINE_PEN         = 2;
const UWORD SHADOW_PEN        = 1;
const UWORD FILL_PEN          = 3;
const UWORD FILLTEXT_PEN      = 1;
const UWORD BACKGROUND_PEN    = 0;
const UWORD HIGHLIGHTTEXT_PEN = 2;
#endif

#endif
