mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Move source file parsing logic to a separate file.
This commit is contained in:
@@ -38,7 +38,8 @@ public:
|
||||
std::vector<Token> tokens;
|
||||
};
|
||||
|
||||
void Reset();
|
||||
Tokenizer();
|
||||
|
||||
std::vector<Token> Tokenize( const char* begin, const char* end );
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user