Atmosphere/mesosphere/source/core/KAutoObject.cpp
2019-06-03 17:41:01 -07:00

10 lines
103 B
C++

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