metaforce/DataSpec/DNACommon/DNACommon.cpp

10 lines
133 B
C++
Raw Normal View History

#include "DNACommon.hpp"
namespace Retro
{
2015-07-16 01:57:34 +00:00
LogVisor::LogModule LogDNACommon("Retro::DNACommon");
2015-11-10 02:07:15 +00:00
SpecBase* g_curSpec = nullptr;
2015-07-16 01:57:34 +00:00
}