mirror of https://github.com/AxioDL/metaforce.git
10 lines
106 B
C++
10 lines
106 B
C++
|
#include "DNAMP3.hpp"
|
||
|
|
||
|
namespace Retro
|
||
|
{
|
||
|
namespace DNAMP3
|
||
|
{
|
||
|
LogVisor::LogModule Log("Retro::DNAMP3");
|
||
|
}
|
||
|
}
|