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

10 lines
132 B
C++

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