summaryrefslogtreecommitdiff
path: root/src/net/gamehandler.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/gamehandler.h')
-rw-r--r--src/net/gamehandler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/net/gamehandler.h b/src/net/gamehandler.h
index 88bddcdbc..22b0bd7d4 100644
--- a/src/net/gamehandler.h
+++ b/src/net/gamehandler.h
@@ -62,6 +62,8 @@ class GameHandler notfinal
virtual void initEngines() const = 0;
virtual void clear() const = 0;
+
+ virtual void reqRemainTime() const = 0;
};
} // namespace Net