/* ------------------------------------------- Copyright (C) 2024, Theater Quality Inc, all rights reserved. ------------------------------------------- */ #pragma once #include /// @file ThreadMgr.h /// @brief This file takes care of creating processes/threads from a subsystem context. namespace Kernel { class UserSubsystem; class UserEnvVar; class UserEnv; }