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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/engines/scumm/he/moonbase/net_main.h b/engines/scumm/he/moonbase/net_main.h
index 1d6af49ea3..54d1298b60 100644
--- a/engines/scumm/he/moonbase/net_main.h
+++ b/engines/scumm/he/moonbase/net_main.h
@@ -23,6 +23,8 @@
#ifndef SCUMM_HE_MOONBASE_NET_MAIN_H
#define SCUMM_HE_MOONBASE_NET_MAIN_H
+#include "backends/networking/curl/postrequest.h"
+
namespace Scumm {
class ScummEngine_v100he;
@@ -69,6 +71,9 @@ private:
int getMessageCount();
void remoteReceiveData();
+ void startQuerySessionsCallback(Common::JSONValue *response);
+ void startQuerySessionsErrorCallback(Networking::ErrorResponse error);
+
public:
//getters
bool getHostName(char *hostname, int length);