aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/moonbase/net_main.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-10-22 12:54:46 +0500
committerEugene Sandulenko2019-10-22 21:13:54 +0200
commit4f54a3361a7ed69f7928a13b883c2aaa21d2d791 (patch)
tree2f4f74fbad593f75ebc226a15dee77f47c8dd8e9 /engines/scumm/he/moonbase/net_main.h
parent58ae990e3b07a9889a9dfeebdb24836887a194fb (diff)
downloadscummvm-rg350-4f54a3361a7ed69f7928a13b883c2aaa21d2d791.tar.gz
scummvm-rg350-4f54a3361a7ed69f7928a13b883c2aaa21d2d791.tar.bz2
scummvm-rg350-4f54a3361a7ed69f7928a13b883c2aaa21d2d791.zip
SCUMM HE: Initial (hard)code for Moonbase networking
Diffstat (limited to 'engines/scumm/he/moonbase/net_main.h')
-rw-r--r--engines/scumm/he/moonbase/net_main.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/engines/scumm/he/moonbase/net_main.h b/engines/scumm/he/moonbase/net_main.h
index dd8cce5937..ad1da0613f 100644
--- a/engines/scumm/he/moonbase/net_main.h
+++ b/engines/scumm/he/moonbase/net_main.h
@@ -27,8 +27,6 @@ namespace Scumm {
class ScummEngine_v100he;
-//this is a dummy based on ai_main.h Scumm::AI
-
class Net {
public:
Net(ScummEngine_v100he *vm);
@@ -60,6 +58,7 @@ public:
bool initSession();
bool initUser();
void remoteStartScript(int typeOfSend, int sendTypeParam, int priority, int argsCount, int32 *args);
+ void remoteSendData(int type, byte *data, int len);
void remoteSendArray(int typeOfSend, int sendTypeParam, int priority, int arrayIndex);
int remoteStartScriptFunction(int typeOfSend, int sendTypeParam, int priority, int defaultReturnValue, int argsCount, int32 *args);