mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-02-05 08:15:07 +00:00
10 lines
129 B
C++
10 lines
129 B
C++
#include <mesosphere/processes/KBaseClientSession.hpp>
|
|
|
|
namespace mesosphere
|
|
{
|
|
|
|
KBaseClientSession::~KBaseClientSession()
|
|
{
|
|
}
|
|
|
|
}
|