2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-15 07:11:20 +00:00
metaforce/DataSpec/DNACommon/DNACommon.cpp
2015-11-09 16:07:15 -10:00

10 lines
133 B
C++

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