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

Implement removal of user data files.

This commit is contained in:
Bartosz Taudul
2019-10-13 16:29:02 +02:00
parent 9d0316342d
commit c2f38d0db7
2 changed files with 8 additions and 0 deletions
+1
View File
@@ -28,6 +28,7 @@ public:
private:
FILE* OpenFile( const char* filename, bool write );
void Remove( const char* filename );
std::string m_program;
uint64_t m_time;