mirror of
https://github.com/Atmosphere-NX/Atmosphere
synced 2024-12-23 12:51:13 +00:00
10 lines
109 B
C++
10 lines
109 B
C++
#include <mesosphere/kresources/KAutoObject.hpp>
|
|
|
|
namespace mesosphere
|
|
{
|
|
|
|
KAutoObject::~KAutoObject()
|
|
{
|
|
}
|
|
|
|
}
|