summaryrefslogtreecommitdiffstats
path: root/api/logic/BaseInstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/BaseInstance.h')
-rw-r--r--api/logic/BaseInstance.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/api/logic/BaseInstance.h b/api/logic/BaseInstance.h
index 462b7c66..27b167a6 100644
--- a/api/logic/BaseInstance.h
+++ b/api/logic/BaseInstance.h
@@ -263,6 +263,9 @@ public:
Status currentStatus() const;
+ int getConsoleMaxLines() const;
+ bool shouldStopOnConsoleOverflow() const;
+
protected:
void changeStatus(Status newStatus);