Atmosphere/mesosphere/source/core/KAutoObject.cpp

11 lines
103 B
C++
Raw Normal View History

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