1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Draw text editor with potential source code.

This commit is contained in:
Bartosz Taudul
2018-08-17 15:33:12 +02:00
parent 77a875ff6b
commit facae0b9e1
2 changed files with 15 additions and 0 deletions
+1
View File
@@ -92,6 +92,7 @@ private:
void DrawCallstackWindow();
void DrawMemoryAllocWindow();
void DrawInfo();
void DrawTextEditor();
template<class T>
void ListMemData( T ptr, T end, std::function<void(T&)> DrawAddress, const char* id = nullptr );