diff options
| author | Juan Linietsky | 2015-06-30 11:59:33 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2015-06-30 11:59:33 -0300 |
| commit | b4d5f7e154973e8fb93a9a0af6ffa0b065e2c50c (patch) | |
| tree | 67551f833464dc31c7d48e68e93b68c161e404b2 /core/print_string.h | |
| parent | 4613a3f2c0d8f060cac610e2a7a401aee2ece78f (diff) | |
| parent | 55b34e05b3d735a84e1af9833e19c0b816c18252 (diff) | |
| download | godot-b4d5f7e154973e8fb93a9a0af6ffa0b065e2c50c.tar.gz godot-b4d5f7e154973e8fb93a9a0af6ffa0b065e2c50c.tar.zst godot-b4d5f7e154973e8fb93a9a0af6ffa0b065e2c50c.zip | |
Diffstat (limited to 'core/print_string.h')
| -rw-r--r-- | core/print_string.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/print_string.h b/core/print_string.h index 854f8ec2e..4ea389b3a 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 |
