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