00001 /*************************************************************************** 00002 * Copyright (C) 2007 by David Torres * 00003 * aiken669@gmail.com * 00004 ***************************************************************************/ 00005 #ifndef OW_AISEARCH_SIMPLE_H 00006 #define OW_AISEARCH_SIMPLE_H 00007 00008 #include <ow_aisearch.h> 00009 00013 class ow_aisearch_simple : public ow_aisearch 00014 { 00015 public: 00016 ow_aisearch_simple(ow_board *owboard); 00017 int search(ow_move prinvar[], ow_board *board, int boardside, int depth); 00018 ~ow_aisearch_simple(); 00019 00020 }; 00021 00022 #endif