metaforce/DataSpec/DNACommon/DNACommon.cpp

10 lines
136 B
C++
Raw Normal View History

#include "DNACommon.hpp"
2016-02-13 01:02:47 -08:00
namespace DataSpec
{
2015-07-15 18:57:34 -07:00
LogVisor::LogModule LogDNACommon("Retro::DNACommon");
2015-11-09 18:07:15 -08:00
SpecBase* g_curSpec = nullptr;
2015-07-15 18:57:34 -07:00
}