mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Save/load source substitutions.
This commit is contained in:
@@ -11,6 +11,7 @@ namespace tracy
|
||||
{
|
||||
|
||||
struct Annotation;
|
||||
struct SourceRegex;
|
||||
struct ViewData;
|
||||
|
||||
class UserData
|
||||
@@ -32,6 +33,9 @@ public:
|
||||
void LoadAnnotations( std::vector<std::unique_ptr<Annotation>>& data );
|
||||
void SaveAnnotations( const std::vector<std::unique_ptr<Annotation>>& data );
|
||||
|
||||
bool LoadSourceSubstitutions( std::vector<SourceRegex>& data );
|
||||
void SaveSourceSubstitutions( const std::vector<SourceRegex>& data );
|
||||
|
||||
const char* GetConfigLocation() const;
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user