Shipwright/OTRGui/src/impl/extractor/extractor.h

9 lines
134 B
C++

#pragma once
#include <string>
enum Platforms {
WINDOWS, LINUX
};
void startWorker();
void updateWorker(const std::string& output);