summaryrefslogtreecommitdiff
path: root/core/config/engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/config/engine.h')
-rw-r--r--core/config/engine.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/config/engine.h b/core/config/engine.h
index a9080e3dfd..85a8884a05 100644
--- a/core/config/engine.h
+++ b/core/config/engine.h
@@ -98,6 +98,9 @@ public:
void set_time_scale(float p_scale);
float get_time_scale() const;
+ void set_print_error_messages(bool p_enabled);
+ bool is_printing_error_messages() const;
+
void set_frame_delay(uint32_t p_msec);
uint32_t get_frame_delay() const;