#pragma once

#include "fake_process.hpp"

namespace HLE {

namespace OS {

template<> std::shared_ptr<WrappedFakeProcess> CreateFakeProcessViaContext<struct FakePS>(OS&, Interpreter::Setup&, uint32_t, const std::string&);

}  // namespace OS

}  // namespace HLE