mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-12-04 04:07:27 +01:00
11 lines
103 B
C++
11 lines
103 B
C++
#include <mesosphere/core/KAutoObject.hpp>
|
|
|
|
namespace mesosphere
|
|
{
|
|
|
|
KAutoObject::~KAutoObject()
|
|
{
|
|
}
|
|
|
|
}
|