2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-13 21:11:21 +00:00
metaforce/DataSpec/DNACommon/DNACommon.cpp
2016-03-04 14:03:41 -10:00

12 lines
189 B
C++

#include "DNACommon.hpp"
#include "PAK.hpp"
namespace DataSpec
{
logvisor::Module LogDNACommon("urde::DNACommon");
SpecBase* g_curSpec = nullptr;
PAKRouterBase* g_PakRouter = nullptr;
}