[wpdev-commits] wolfpack/network uosocket.cpp,1.301,1.302
Brought to you by:
rip,
thiagocorrea
|
From: <thi...@us...> - 2004-01-22 04:48:15
|
Update of /cvsroot/wpdev/wolfpack/network In directory sc8-pr-cvs1:/tmp/cvs-serv8134/network Modified Files: uosocket.cpp Log Message: door generation command ( reference ) fixed some of the copyright notices minor improvements. Moving AI to it's own folder Index: uosocket.cpp =================================================================== RCS file: /cvsroot/wpdev/wolfpack/network/uosocket.cpp,v retrieving revision 1.301 retrieving revision 1.302 diff -C2 -d -r1.301 -r1.302 *** uosocket.cpp 12 Jan 2004 04:59:28 -0000 1.301 --- uosocket.cpp 22 Jan 2004 04:48:12 -0000 1.302 *************** *** 66,70 **** #include "../npc.h" #include "../log.h" ! #include "../ai.h" #include <stdlib.h> --- 66,70 ---- #include "../npc.h" #include "../log.h" ! #include "../ai/ai.h" #include <stdlib.h> |