[wpdev-commits] wolfpack targetrequests.h,1.72,1.73
Brought to you by:
rip,
thiagocorrea
From: Correa <thi...@us...> - 2004-08-19 01:46:22
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25747 Modified Files: targetrequests.h Log Message: QT_CLEAN_NAMESPACE Index: targetrequests.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/targetrequests.h,v retrieving revision 1.72 retrieving revision 1.73 diff -C2 -d -r1.72 -r1.73 *** targetrequests.h 5 Aug 2004 01:48:38 -0000 1.72 --- targetrequests.h 19 Aug 2004 01:46:13 -0000 1.73 *************** *** 297,303 **** { private: ! INT16 x, y, z; public: ! cMoveTarget( INT16 _x, INT16 _y, INT8 _z ) : x( _x ), y( _y ), z( _z ) { } --- 297,303 ---- { private: ! Q_INT16 x, y, z; public: ! cMoveTarget( Q_INT16 _x, Q_INT16 _y, INT8 _z ) : x( _x ), y( _y ), z( _z ) { } |