aboutsummaryrefslogtreecommitdiff
path: root/engines/scumm/he/moonbase/net_main.h
diff options
context:
space:
mode:
authorEugene Sandulenko2019-11-04 10:05:53 +0100
committerEugene Sandulenko2019-11-04 10:05:53 +0100
commit4d4e8d3a25b55236905517e6dc6304ddb1d184da (patch)
tree74e2681e2dabf39d4198f29b0f2a6feacebe7f46 /engines/scumm/he/moonbase/net_main.h
parentcc721bced5d93024fed62822d8dbded5c85d4056 (diff)
downloadscummvm-rg350-4d4e8d3a25b55236905517e6dc6304ddb1d184da.tar.gz
scummvm-rg350-4d4e8d3a25b55236905517e6dc6304ddb1d184da.tar.bz2
scummvm-rg350-4d4e8d3a25b55236905517e6dc6304ddb1d184da.zip
SCUMM HE: MBC: Cleanup
Diffstat (limited to 'engines/scumm/he/moonbase/net_main.h')
-rw-r--r--engines/scumm/he/moonbase/net_main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/engines/scumm/he/moonbase/net_main.h b/engines/scumm/he/moonbase/net_main.h
index a482f0e098..b219b66430 100644
--- a/engines/scumm/he/moonbase/net_main.h
+++ b/engines/scumm/he/moonbase/net_main.h
@@ -65,7 +65,6 @@ public:
void remoteSendArray(int typeOfSend, int sendTypeParam, int priority, int arrayIndex);
int remoteStartScriptFunction(int typeOfSend, int sendTypeParam, int priority, int defaultReturnValue, int argsCount, int32 *args);
void doNetworkOnceAFrame(int msecs);
- void unpackageArray(int arrayId, byte *data, int len);
private:
bool remoteReceiveData();