diff options
| author | George Marques | 2017-11-14 20:02:31 -0200 |
|---|---|---|
| committer | George Marques | 2017-11-16 21:57:02 -0200 |
| commit | b96ee28acd80230ee56000fad2a3ca15e461d5e2 (patch) | |
| tree | df273a9f53e1738eaca97a904895e96296d6d140 /editor/editor_node.h | |
| parent | 1d12470a78d31a054aefc7f7c9a863db24b09986 (diff) | |
| download | godot-b96ee28acd80230ee56000fad2a3ca15e461d5e2.tar.gz godot-b96ee28acd80230ee56000fad2a3ca15e461d5e2.tar.zst godot-b96ee28acd80230ee56000fad2a3ca15e461d5e2.zip | |
Diffstat (limited to 'editor/editor_node.h')
| -rw-r--r-- | editor/editor_node.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/editor_node.h b/editor/editor_node.h index 81ff88622..54cb41483 100644 --- a/editor/editor_node.h +++ b/editor/editor_node.h @@ -30,6 +30,7 @@ #ifndef EDITOR_NODE_H #define EDITOR_NODE_H +#include "core/print_string.h" #include "editor/connections_dialog.h" #include "editor/create_dialog.h" #include "editor/editor_about.h" @@ -610,6 +611,9 @@ private: Vector<Ref<EditorResourceConversionPlugin> > resource_conversion_plugins; + PrintHandlerList print_handler; + static void _print_handler(void *p_this, const String &p_string, bool p_error); + protected: void _notification(int p_what); static void _bind_methods(); |
