00001 /* $Id: ai2.hpp 23842 2008-02-16 08:47:16Z mordante $ */ 00002 /* 00003 Copyright (C) 2003 - 2008 by David White <dave@whitevine.net> 00004 Part of the Battle for Wesnoth Project http://www.wesnoth.org/ 00005 00006 This program is free software; you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License version 2 00008 or at your option any later version. 00009 This program is distributed in the hope that it will be useful, 00010 but WITHOUT ANY WARRANTY. 00011 00012 See the COPYING file for more details. 00013 */ 00014 00015 //! @file ai2.hpp 00016 //! AI-interface part 2, virtual. 00017 00018 #ifndef AI2_HPP_INCLUDED 00019 #define AI2_HPP_INCLUDED 00020 00021 #include "ai_interface.hpp" 00022 00023 class ai2 : public ai_interface 00024 { 00025 public: 00026 ai2(ai_interface::info& info) : ai_interface(info) 00027 {} 00028 virtual ~ai2() {} 00029 virtual void play_turn() {} 00030 00031 }; 00032 00033 #endif 00034
Generated by doxygen 1.5.5 on 23 May 2008 for The Battle for Wesnoth | Gna! | Forum | Wiki | CIA | devdocs |