mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 07:11:20 +00:00
10 lines
133 B
C++
10 lines
133 B
C++
#include "DNACommon.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
|
|
LogVisor::LogModule LogDNACommon("Retro::DNACommon");
|
|
SpecBase* g_curSpec = nullptr;
|
|
|
|
}
|