1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2025-01-25 10:33:47 +00:00
Atmosphere/mesosphere/source/kresources/KAutoObject.cpp
2019-06-03 17:41:00 -07:00

10 lines
109 B
C++

#include <mesosphere/kresources/KAutoObject.hpp>
namespace mesosphere
{
KAutoObject::~KAutoObject()
{
}
}