summaryrefslogtreecommitdiff
path: root/core/print_string.h
diff options
context:
space:
mode:
authorJuan Linietsky <reduzio@gmail.com>2015-06-30 11:59:33 -0300
committerJuan Linietsky <reduzio@gmail.com>2015-06-30 11:59:33 -0300
commitb4d5f7e154973e8fb93a9a0af6ffa0b065e2c50c (patch)
tree67551f833464dc31c7d48e68e93b68c161e404b2 /core/print_string.h
parent4613a3f2c0d8f060cac610e2a7a401aee2ece78f (diff)
parent55b34e05b3d735a84e1af9833e19c0b816c18252 (diff)
Merge branch 'master' of https://github.com/okamstudio/godot
Diffstat (limited to 'core/print_string.h')
-rw-r--r--core/print_string.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/print_string.h b/core/print_string.h
index 854f8ec2e5..4ea389b3a1 100644
--- a/core/print_string.h
+++ b/core/print_string.h
@@ -52,6 +52,7 @@ void add_print_handler(PrintHandlerList *p_handler);
void remove_print_handler(PrintHandlerList *p_handler);
extern bool _print_line_enabled;
+extern bool _print_error_enabled;
extern void print_line(String p_string);
#endif