Send screenshot to remote instance

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-02-09 17:44:38 +00:00
parent fff4d6f61d
commit be0ae63541
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
3 changed files with 30 additions and 5 deletions

View file

@ -60,5 +60,6 @@ bool isRemoteConnected();
bool isRemoteAutoDeployed();
void setRemoteAutoDeploy(bool autoDeploy);
void deployToRemote();
void sendScreenshotToRemote(const char* screenshot);
} // namespace patchUtils