1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Substitution-less source file validator.

This commit is contained in:
Bartosz Taudul
2020-05-23 13:56:09 +02:00
parent fa2559b3f0
commit d052e4c79d
2 changed files with 11 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@ static inline bool FileExists( const char* fn )
}
bool SourceFileValid( const char* fn, uint64_t olderThan, const View& view );
bool SourceFileValid( const char* fn, uint64_t olderThan );
}