Polyphase Game Engine
Loading...
Searching...
No Matches
GitProgressParser.h
Go to the documentation of this file.
1#pragma once
2
3#if EDITOR
4
5#include "GitTypes.h"
6#include <string>
7
8class GitProgressParser
9{
10public:
11 static bool Parse(const std::string& stderrLine, GitProgressEvent& outEvent);
12};
13
14#endif