tracy/server/TracyStorage.hpp

12 lines
134 B
C++
Raw Normal View History

2018-08-29 21:22:44 +00:00
#ifndef __TRACYSTORAGE_HPP__
#define __TRACYSTORAGE_HPP__
namespace tracy
{
const char* GetSavePath( const char* file );
}
#endif