mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-13 18:05:52 +00:00
10 lines
106 B
C++
10 lines
106 B
C++
#include "DNAMP2.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
namespace DNAMP2
|
|
{
|
|
LogVisor::LogModule Log("Retro::DNAMP2");
|
|
}
|
|
}
|