mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-17 08:05:52 +00:00
12 lines
193 B
C++
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;
|
|
|
|
}
|