00001 /*************************************************************************** 00002 autotraining.h - description 00003 ------------------- 00004 copyright : (C) 2009 by Martin Bickel 00005 email : bickel@asc-hq.org 00006 ***************************************************************************/ 00007 00008 /*************************************************************************** 00009 * * 00010 * This program is free software; you can redistribute it and/or modify * 00011 * it under the terms of the GNU General Public License as published by * 00012 * the Free Software Foundation; either version 2 of the License, or * 00013 * (at your option) any later version. * 00014 * * 00015 ***************************************************************************/ 00016 00017 00018 00019 #ifndef autotrainingH 00020 #define autotrainingH 00021 class Player; 00022 class GameMap; 00025 extern void automaticTrainig( GameMap* gameMap, Player& player ); 00026 #endif
1.5.1