/* * Copyright (C) 1999-2006 * Brian Goetz * Loic Dachary * * This package is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; version 2 dated June, 1991. * * This package is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this package; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, * MA 02110-1301, USA. */ #ifndef GAME_ASTUD_H #define GAME_ASTUD_H #define DECK_ASTUD #define RULES_ASTUD #include "deck_astud.h" #include "rules_astud.h" #undef Hand_EVAL_N #undef Hand_EVAL_TYPE #undef Hand_EVAL_LOW #undef Hand_EVAL_LOW8 #define Hand_EVAL_N AStudDeck_AStudRules_EVAL_N #define Hand_EVAL_TYPE(m, n) HandVal_HANDTYPE(Hand_EVAL_N((m), (n))) #undef DECK_ASTUD #undef RULES_ASTUD #endif /* GAME_ASTUD_H */