mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-21 11:31:37 +00:00
17 lines
187 B
C++
17 lines
187 B
C++
#ifndef __DNAMP3_HPP__
|
|
#define __DNAMP3_HPP__
|
|
|
|
#include "../DNACommon/DNACommon.hpp"
|
|
|
|
namespace Retro
|
|
{
|
|
namespace DNAMP3
|
|
{
|
|
|
|
extern LogVisor::LogModule Log;
|
|
|
|
}
|
|
}
|
|
|
|
#endif // __DNAMP3_HPP__
|