metaforce/DataSpec/DNACommon/DNACommon.cpp

10 lines
133 B
C++

#include "DNACommon.hpp"
namespace Retro
{
LogVisor::LogModule LogDNACommon("Retro::DNACommon");
SpecBase* g_curSpec = nullptr;
}