[wpdev-commits] wolfpack inlines.h,1.31,1.32
Brought to you by:
rip,
thiagocorrea
From: Sebastian H. <dar...@us...> - 2004-10-26 18:38:04
|
Update of /cvsroot/wpdev/wolfpack In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32526 Modified Files: inlines.h Log Message: Implemented a make ascii funciton that converts german umlauts into their 7bit representation for the ascii only packets (paperdoll, status) Index: inlines.h =================================================================== RCS file: /cvsroot/wpdev/wolfpack/inlines.h,v retrieving revision 1.31 retrieving revision 1.32 diff -C2 -d -r1.31 -r1.32 *** inlines.h 26 Oct 2004 18:37:34 -0000 1.31 --- inlines.h 26 Oct 2004 18:37:54 -0000 1.32 *************** *** 33,36 **** --- 33,37 ---- #include <math.h> #include <qglobal.h> + #include <qstring.h> inline bool isHair( Q_UINT16 model ) |