mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-12-26 06:31:17 +00:00
10 lines
103 B
C++
10 lines
103 B
C++
#include <mesosphere/core/KAutoObject.hpp>
|
|
|
|
namespace mesosphere
|
|
{
|
|
|
|
KAutoObject::~KAutoObject()
|
|
{
|
|
}
|
|
|
|
}
|