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