1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-16 14:00:40 +00:00

-some changes by okam

This commit is contained in:
Juan Linietsky
2015-06-30 11:28:43 -03:00
parent 95047562d7
commit 55b34e05b3
13 changed files with 72 additions and 6 deletions

View File

@@ -32,6 +32,7 @@
static PrintHandlerList *print_handler_list=NULL;
bool _print_line_enabled=true;
bool _print_error_enabled = true;
void add_print_handler(PrintHandlerList *p_handler) {