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
19
void
executeProc
(
const
RecordID
game_id,
const
QString version,
const
QString& path );
20
bool
processIsRunning
();
21
void
softTerminateProcess
();
22
void
hardTerminateProcess
();
23
24
#endif
//ATLAS_EXECUTEPROC_HPP
Types.hpp
RecordID
std::uint32_t RecordID
Definition
Types.hpp:11
softTerminateProcess
void softTerminateProcess()
Definition
executeProc.cpp:63
executeProc
void executeProc(const RecordID game_id, const QString version, const QString &path)
Executes the given path.
Definition
executeProc.cpp:19
processIsRunning
bool processIsRunning()
Definition
executeProc.cpp:58
hardTerminateProcess
void hardTerminateProcess()
Definition
executeProc.cpp:69
atlas
core
utils
execute
executeProc.hpp
Generated by
1.13.2