2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-17 08:05:52 +00:00
metaforce/DataSpec/DNACommon/DNACommon.cpp
2016-02-29 17:08:25 -10:00

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;
}