[Gcblue-commits] gcb_wx/include/ai tcAIData.h,1.1,1.2
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-07-14 23:41:58
|
Update of /cvsroot/gcblue/gcb_wx/include/ai In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15566/include/ai Modified Files: tcAIData.h Log Message: Fixed shaking object bug Index: tcAIData.h =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/include/ai/tcAIData.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tcAIData.h 1 Jun 2005 00:13:25 -0000 1.1 --- tcAIData.h 14 Jul 2005 23:41:50 -0000 1.2 *************** *** 35,38 **** --- 35,43 ---- namespace ai { + /** + * This class is part of the older ai system that has been (mostly) + * replaced by the ai::Task and ai::Blackboard classes. Eventually + * this class should be refactored out of the code. + */ class tcOrder { |