tracy/server/TracyStorage.hpp
2018-08-29 23:22:44 +02:00

12 lines
134 B
C++

#ifndef __TRACYSTORAGE_HPP__
#define __TRACYSTORAGE_HPP__
namespace tracy
{
const char* GetSavePath( const char* file );
}
#endif