diff options
Diffstat (limited to 'editor/editor_profiler.h')
-rw-r--r-- | editor/editor_profiler.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/editor_profiler.h b/editor/editor_profiler.h index 8fa09f8494..e62213887d 100644 --- a/editor/editor_profiler.h +++ b/editor/editor_profiler.h @@ -169,6 +169,8 @@ public: void clear(); + Vector<Vector<String> > get_data_as_csv() const; + EditorProfiler(); }; |