diff options
author | Eugene Sandulenko | 2019-11-05 00:21:24 +0100 |
---|---|---|
committer | Eugene Sandulenko | 2019-11-05 00:31:46 +0100 |
commit | 77ee206cd7fc5cf98861a3aa1a579e40ad3c872d (patch) | |
tree | 8d7a1c3a8ccea255aebc79b66cc749889ecb93e5 /engines/scumm/he/moonbase/net_main.h | |
parent | 5268e582bf68aef3089a23de88e793f4d3292144 (diff) | |
download | scummvm-rg350-77ee206cd7fc5cf98861a3aa1a579e40ad3c872d.tar.gz scummvm-rg350-77ee206cd7fc5cf98861a3aa1a579e40ad3c872d.tar.bz2 scummvm-rg350-77ee206cd7fc5cf98861a3aa1a579e40ad3c872d.zip |
SCUMM HE: MBC: Implement Net::disableSessionJoining()
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 c23a0b0c0c..31dba6730f 100644 --- a/engines/scumm/he/moonbase/net_main.h +++ b/engines/scumm/he/moonbase/net_main.h @@ -78,6 +78,9 @@ private: void addUserCallback(Common::JSONValue *response); void addUserErrorCallback(Networking::ErrorResponse error); + void disableSessionJoiningCallback(Common::JSONValue *response); + void disableSessionJoiningErrorCallback(Networking::ErrorResponse error); + void endSessionCallback(Common::JSONValue *response); void endSessionErrorCallback(Networking::ErrorResponse error); |