summaryrefslogtreecommitdiffstats
path: root/pacman-c++/util.h
diff options
context:
space:
mode:
authormanuel <manuel@mausz.at>2011-04-14 23:29:50 +0200
committermanuel <manuel@mausz.at>2011-04-14 23:29:50 +0200
commit9ab0c3e066b2c0b48daed461e80c7bb22bc6803f (patch)
tree1998cdd12ad4926bd8e49d8f3c2d02cf9bc589de /pacman-c++/util.h
parent0ef2d7931ba97db3105e6099cfc277f28ee2f6c6 (diff)
downloadfoop-9ab0c3e066b2c0b48daed461e80c7bb22bc6803f.tar.gz
foop-9ab0c3e066b2c0b48daed461e80c7bb22bc6803f.tar.bz2
foop-9ab0c3e066b2c0b48daed461e80c7bb22bc6803f.zip
fix wrong left shift which fixes the invisible fourth player :)
Diffstat (limited to 'pacman-c++/util.h')
-rw-r--r--pacman-c++/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pacman-c++/util.h b/pacman-c++/util.h
index 5ea2953..a9ddbee 100644
--- a/pacman-c++/util.h
+++ b/pacman-c++/util.h
@@ -27,6 +27,8 @@ namespace Util
27 bool sendPacket(const ::google::protobuf::MessageLite& packet, QTcpSocket *socket); 27 bool sendPacket(const ::google::protobuf::MessageLite& packet, QTcpSocket *socket);
28 QSharedPointer<QByteArray> receivePacket(QTcpSocket *socket); 28 QSharedPointer<QByteArray> receivePacket(QTcpSocket *socket);
29 29
30 int floorLog2(unsigned int n);
31
30#if 0 32#if 0
31 void hexdump(void *pAddressIn, long lSize); 33 void hexdump(void *pAddressIn, long lSize);
32#endif 34#endif