Update of /cvsroot/gcblue/gcb_wx/src/ai
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29814/src/ai
Modified Files:
Brain.cpp
Log Message:
Updates to save goals to python scenario
Index: Brain.cpp
===================================================================
RCS file: /cvsroot/gcblue/gcb_wx/src/ai/Brain.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** Brain.cpp 29 Jul 2005 02:35:52 -0000 1.9
--- Brain.cpp 11 Dec 2005 00:34:28 -0000 1.10
***************
*** 34,37 ****
--- 34,38 ----
#include "common/tcStream.h"
#include "common/tcObjStream.h"
+ #include "tcScenarioLogger.h"
#ifdef _DEBUG
***************
*** 171,174 ****
--- 172,180 ----
}
+ void Brain::SaveToPython(scriptinterface::tcScenarioLogger& logger)
+ {
+
+ }
+
/**
* For multiplayer, call when task is added or deleted, or nav task waypoints have changed
|