ai/composite/contexts.cpp

Go to the documentation of this file.
00001 /* $Id: contexts.cpp 52533 2012-01-07 02:35:17Z shadowmaster $ */
00002 /*
00003    Copyright (C) 2009 - 2012 by Yurii Chernyi <terraninfo@terraninfo.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 as published by
00008    the Free Software Foundation; either version 2 of the License, or
00009    (at your option) any later version.
00010    This program is distributed in the hope that it will be useful,
00011    but WITHOUT ANY WARRANTY.
00012 
00013    See the COPYING file for more details.
00014 */
00015 
00016 /**
00017  * Helper functions for the object which operates in the context of AI for specific side
00018  * This is part of AI interface
00019  * @file
00020  */
00021 
00022 #include "contexts.hpp"
00023 
00024 // =======================================================================
00025 namespace ai {
00026 
00027 ai_context_proxy::ai_context_proxy()
00028     : target_()
00029 {
00030 }
00031 
00032 
00033 ai_context_proxy::~ai_context_proxy()
00034 {
00035 }
00036 
00037 
00038 rca_context::rca_context()
00039 {
00040 }
00041 
00042 
00043 rca_context::~rca_context()
00044 {
00045 }
00046 
00047 
00048 rca_context_proxy::rca_context_proxy()
00049     : target_()
00050 {
00051 }
00052 
00053 
00054 rca_context_proxy::~rca_context_proxy()
00055 {
00056 }
00057 
00058 } //end of namespace ai
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated by doxygen 1.7.1 on Thu May 24 2012 01:02:28 for The Battle for Wesnoth
Gna! | Forum | Wiki | CIA | devdocs