2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-21 11:31:37 +00:00
2015-07-15 15:57:34 -10:00

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__