[wpdev-commits] wolfpack wpdefmanager.cpp,1.73,1.74
Brought to you by:
rip,
thiagocorrea
|
From: <thi...@us...> - 2004-01-22 04:52:58
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1:/tmp/cvs-serv8936 Modified Files: wpdefmanager.cpp Log Message: door generation command ( reference ) fixed some of the copyright notices minor improvements. Moving AI to it's own folder Index: wpdefmanager.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/wpdefmanager.cpp,v retrieving revision 1.73 retrieving revision 1.74 diff -C2 -d -r1.73 -r1.74 *** wpdefmanager.cpp 26 Nov 2003 03:53:53 -0000 1.73 --- wpdefmanager.cpp 22 Jan 2004 04:52:55 -0000 1.74 *************** *** 40,44 **** // Reloading ! #include "ai.h" #include "spawnregions.h" #include "territories.h" --- 40,44 ---- // Reloading ! #include "ai/ai.h" #include "spawnregions.h" #include "territories.h" |