mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2026-03-01 05:04:39 +00:00
11 lines
109 B
C++
11 lines
109 B
C++
#include <mesosphere/kresources/KAutoObject.hpp>
|
|
|
|
namespace mesosphere
|
|
{
|
|
|
|
KAutoObject::~KAutoObject()
|
|
{
|
|
}
|
|
|
|
}
|