mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-01-26 19:13:47 +00:00
11 lines
109 B
C++
11 lines
109 B
C++
|
#include <mesosphere/kresources/KAutoObject.hpp>
|
||
|
|
||
|
namespace mesosphere
|
||
|
{
|
||
|
|
||
|
KAutoObject::~KAutoObject()
|
||
|
{
|
||
|
}
|
||
|
|
||
|
}
|