aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/moonbase/net_main.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/scumm/he/moonbase/net_main.h')
-rw-r--r--engines/scumm/he/moonbase/net_main.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/scumm/he/moonbase/net_main.h b/engines/scumm/he/moonbase/net_main.h
index 74fc021d82..0f6d547754 100644
--- a/engines/scumm/he/moonbase/net_main.h
+++ b/engines/scumm/he/moonbase/net_main.h
@@ -83,6 +83,9 @@ private:
void remoteSendDataCallback(Common::JSONValue *response);
void remoteSendDataErrorCallback(Networking::ErrorResponse error);
+ void remoteReceiveDataCallback(Common::JSONValue *response);
+ void remoteReceiveDataErrorCallback(Networking::ErrorResponse error);
+
public:
//getters
bool getHostName(char *hostname, int length);
@@ -102,6 +105,7 @@ public:
ScummEngine_v100he *_vm;
byte *_packbuffer;
+ int _packetsize;
byte *_tmpbuffer;
int _myUserId;