mirror of
https://github.com/edubart/otclient.git
synced 2025-12-17 06:07:11 +01:00
add clock, change exceptions, add network exceptions, fix some crashes
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#define INPUTMESSAGE_H
|
||||
|
||||
#include "declarations.h"
|
||||
#include "networkexception.h"
|
||||
|
||||
class InputMessage
|
||||
{
|
||||
@@ -56,6 +57,7 @@ public:
|
||||
|
||||
private:
|
||||
bool canRead(int bytes);
|
||||
void checkRead(int bytes);
|
||||
|
||||
uint16 m_readPos;
|
||||
uint16 m_messageSize;
|
||||
|
||||
Reference in New Issue
Block a user