mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2025-01-10 06:46:18 +00:00
12 lines
144 B
C++
12 lines
144 B
C++
#include <mesosphere/processes/KLightClientSession.hpp>
|
|
|
|
namespace mesosphere
|
|
{
|
|
|
|
KLightClientSession::~KLightClientSession()
|
|
{
|
|
//TODO
|
|
}
|
|
|
|
|
|
}
|