mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 21:51:22 +00:00
10 lines
132 B
C++
10 lines
132 B
C++
#include "DNACommon.hpp"
|
|
|
|
namespace DataSpec
|
|
{
|
|
|
|
logvisor::Module LogDNACommon("urde::DNACommon");
|
|
SpecBase* g_curSpec = nullptr;
|
|
|
|
}
|