diff options
author | jfons <joan.fonssanchez@gmail.com> | 2019-09-01 18:38:58 +0200 |
---|---|---|
committer | JFonS <joan.fonssanchez@gmail.com> | 2019-09-05 09:48:36 +0200 |
commit | 8244f535cd2a610f40bb22894ac87d08c48a0601 (patch) | |
tree | 7956fd6cdbd46aa12ee5ae86b9020a1ba14054cb /core/script_language.h | |
parent | 979e7729472ce4e67d7d04cfeebdba9a1f60b9f0 (diff) | |
download | redot-engine-8244f535cd2a610f40bb22894ac87d08c48a0601.tar.gz |
Add network profiler
Diffstat (limited to 'core/script_language.h')
-rw-r--r-- | core/script_language.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/script_language.h b/core/script_language.h index dfb2e0ad31..4a9c93dadb 100644 --- a/core/script_language.h +++ b/core/script_language.h @@ -476,6 +476,7 @@ public: virtual void set_request_scene_tree_message_func(RequestSceneTreeMessageFunc p_func, void *p_udata) {} virtual void set_live_edit_funcs(LiveEditFuncs *p_funcs) {} + virtual void set_multiplayer(Ref<MultiplayerAPI> p_multiplayer) {} virtual bool is_profiling() const = 0; virtual void add_profiling_frame_data(const StringName &p_name, const Array &p_data) = 0; |