2021-06-27 21:25:29 +00:00
|
|
|
/***
|
|
|
|
Copyright (C) 2021 J Reece Wilson (a/k/a "Reece"). All rights reserved.
|
|
|
|
|
|
|
|
File: Processes.hpp
|
|
|
|
Date: 2021-6-9
|
|
|
|
Author: Reece
|
|
|
|
***/
|
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include "ESpawnType.hpp"
|
2022-01-29 11:49:11 +00:00
|
|
|
#include "EStandardHandle.hpp"
|
2022-06-14 01:14:51 +00:00
|
|
|
#include "EStreamForward.hpp"
|
2021-06-27 21:25:29 +00:00
|
|
|
#include "IProcess.hpp"
|
2023-08-20 21:26:30 +00:00
|
|
|
#include "StartupParameters.hpp"
|
2021-06-27 21:25:29 +00:00
|
|
|
#include "Spawn.hpp"
|
|
|
|
|
|
|
|
#include "Open.hpp"
|