diff options
author | Eugene Sandulenko | 2019-11-05 14:19:13 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-11-05 16:38:25 +0100 |
commit | 11a72ca928e1294c2dd23bd0ed0a675094f0fd8d (patch) | |
tree | 6a27a7471ad8a56d26172f26f02c6dd5a9ee7457 /engines/scumm/he/moonbase/net_main.h | |
parent | 4810a5d8d35c5caa79f9a3a1e93d882de32b2d87 (diff) | |
download | scummvm-rg350-11a72ca928e1294c2dd23bd0ed0a675094f0fd8d.tar.gz scummvm-rg350-11a72ca928e1294c2dd23bd0ed0a675094f0fd8d.tar.bz2 scummvm-rg350-11a72ca928e1294c2dd23bd0ed0a675094f0fd8d.zip |
SCUMM HE: MBC: Implement Net::destroyPlayer()
Diffstat (limited to 'engines/scumm/he/moonbase/net_main.h')
-rw-r--r-- | engines/scumm/he/moonbase/net_main.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/engines/scumm/he/moonbase/net_main.h b/engines/scumm/he/moonbase/net_main.h index 31dba6730f..093cd0fdbf 100644 --- a/engines/scumm/he/moonbase/net_main.h +++ b/engines/scumm/he/moonbase/net_main.h @@ -84,6 +84,9 @@ private: void endSessionCallback(Common::JSONValue *response); void endSessionErrorCallback(Networking::ErrorResponse error); + void destroyPlayerCallback(Common::JSONValue *response); + void destroyPlayerErrorCallback(Networking::ErrorResponse error); + void remoteSendDataCallback(Common::JSONValue *response); void remoteSendDataErrorCallback(Networking::ErrorResponse error); |