diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-12-20 00:58:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-12-20 01:24:45 +0300 |
commit | 91023f53ac00c4fafbf154d0960357e2b131a802 (patch) | |
tree | a066fadd2c40e76fe970178fe932cb1189c36b42 /src/client.h | |
parent | fc0bffc8aa066409c4538907fe96f389712e24ff (diff) | |
download | plus-91023f53ac00c4fafbf154d0960357e2b131a802.tar.gz plus-91023f53ac00c4fafbf154d0960357e2b131a802.tar.bz2 plus-91023f53ac00c4fafbf154d0960357e2b131a802.tar.xz plus-91023f53ac00c4fafbf154d0960357e2b131a802.zip |
add option for input logging.
Diffstat (limited to 'src/client.h')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/client.h b/src/client.h index a437ebb44..d684904af 100644 --- a/src/client.h +++ b/src/client.h @@ -314,6 +314,8 @@ public: static bool checkPackets(const int type) A_WARN_UNUSED; + static void logEvent(const SDL_Event &event); + PacketLimit mPacketLimits[PACKET_SIZE + 1]; private: |