mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-15 00:16:48 +00:00
14 lines
272 B
C++
14 lines
272 B
C++
#include <mesosphere/processes/KLightClientSession.hpp>
|
|
#include <mesosphere/processes/KLightSession.hpp>
|
|
#include <mesosphere/threading/KScopedCriticalSection.hpp>
|
|
|
|
namespace mesosphere
|
|
{
|
|
|
|
KLightClientSession::~KLightClientSession()
|
|
{
|
|
parent->Terminate(false);
|
|
}
|
|
|
|
|
|
}
|