Atlas Game Manager
A game manager for f95 and dlsite written in c++
Loading...
Searching...
No Matches
executeProc.hpp
Go to the documentation of this file.
1//
2// Created by kj16609 on 2/20/23.
3//
4
5#pragma once
6#ifndef ATLAS_EXECUTEPROC_HPP
7#define ATLAS_EXECUTEPROC_HPP
8
9#include <QFuture>
10
11#include <string>
12
13#include "core/Types.hpp"
14
19void executeProc( const RecordID game_id, const QString version, const QString& path );
20bool processIsRunning();
23
24#endif //ATLAS_EXECUTEPROC_HPP
std::uint32_t RecordID
Definition Types.hpp:11
void softTerminateProcess()
Definition executeProc.cpp:63
void executeProc(const RecordID game_id, const QString version, const QString &path)
Executes the given path.
Definition executeProc.cpp:19
bool processIsRunning()
Definition executeProc.cpp:58
void hardTerminateProcess()
Definition executeProc.cpp:69