metaforce/DataSpec/DNACommon/DNACommon.cpp

12 lines
193 B
C++

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