mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 10:41:50 +00:00
12 lines
134 B
C++
12 lines
134 B
C++
#ifndef __TRACYSTORAGE_HPP__
|
|
#define __TRACYSTORAGE_HPP__
|
|
|
|
namespace tracy
|
|
{
|
|
|
|
const char* GetSavePath( const char* file );
|
|
|
|
}
|
|
|
|
#endif
|