mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-14 16:06:56 +00:00
12 lines
144 B
C++
12 lines
144 B
C++
#include <mesosphere/processes/KLightClientSession.hpp>
|
|
|
|
namespace mesosphere
|
|
{
|
|
|
|
KLightClientSession::~KLightClientSession()
|
|
{
|
|
//TODO
|
|
}
|
|
|
|
|
|
}
|