mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Handle legacy file versions.
This commit is contained in:
@@ -47,6 +47,12 @@ struct UnsupportedVersion : public std::exception
|
||||
int version;
|
||||
};
|
||||
|
||||
struct LegacyVersion : public std::exception
|
||||
{
|
||||
LegacyVersion( int version ) : version ( version ) {}
|
||||
int version;
|
||||
};
|
||||
|
||||
struct LoadProgress
|
||||
{
|
||||
enum Stage
|
||||
|
||||
Reference in New Issue
Block a user