1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-11-08 13:11:49 +00:00
Atmosphere/mesosphere/source/core/KAutoObject.cpp

11 lines
103 B
C++
Raw Normal View History

2018-11-04 17:02:43 +00:00
#include <mesosphere/core/KAutoObject.hpp>
2018-10-31 20:47:31 +00:00
namespace mesosphere
{
KAutoObject::~KAutoObject()
{
}
}