Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/wolfpld/tracy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBartosz Taudul <wolf.pld@gmail.com>2019-12-28 20:16:45 +0300
committerBartosz Taudul <wolf.pld@gmail.com>2019-12-28 20:16:45 +0300
commit9e76ddb9fd7b8820c8f53c47927d8dc35eb711a0 (patch)
treec96e0b123eaff5c19b9f03dcb15fb09b27827432 /server/TracyUserData.hpp
parent36942a5ddb70c037bc05469ef2bb34f287300781 (diff)
User data directory location getter.
Diffstat (limited to 'server/TracyUserData.hpp')
-rw-r--r--server/TracyUserData.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/server/TracyUserData.hpp b/server/TracyUserData.hpp
index b1d04c3a..f355f708 100644
--- a/server/TracyUserData.hpp
+++ b/server/TracyUserData.hpp
@@ -32,6 +32,8 @@ public:
void LoadAnnotations( std::vector<std::unique_ptr<Annotation>>& data );
void SaveAnnotations( const std::vector<std::unique_ptr<Annotation>>& data );
+ const char* GetConfigLocation() const;
+
private:
FILE* OpenFile( const char* filename, bool write );
void Remove( const char* filename );