mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-03-02 05:34:38 +00:00
13 lines
144 B
C++
13 lines
144 B
C++
|
|
#include <mesosphere/processes/KLightClientSession.hpp>
|
||
|
|
|
||
|
|
namespace mesosphere
|
||
|
|
{
|
||
|
|
|
||
|
|
KLightClientSession::~KLightClientSession()
|
||
|
|
{
|
||
|
|
//TODO
|
||
|
|
}
|
||
|
|
|
||
|
|
|
||
|
|
}
|