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

Add file storage helpers.

This commit is contained in:
Bartosz Taudul
2018-08-29 23:22:44 +02:00
parent 81655816f0
commit 204cc019ea
4 changed files with 125 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#ifndef __TRACYSTORAGE_HPP__
#define __TRACYSTORAGE_HPP__
namespace tracy
{
const char* GetSavePath( const char* file );
}
#endif