1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2025-02-10 10:45:16 +00:00
Atmosphere/mesosphere/source/processes/KBaseClientSession.cpp

11 lines
129 B
C++
Raw Normal View History

2018-11-11 01:36:15 +01:00
#include <mesosphere/processes/KBaseClientSession.hpp>
namespace mesosphere
{
KBaseClientSession::~KBaseClientSession()
{
}
}