mirror of https://github.com/AxioDL/metaforce.git
17 lines
187 B
C++
17 lines
187 B
C++
|
#ifndef __DNAMP2_HPP__
|
||
|
#define __DNAMP2_HPP__
|
||
|
|
||
|
#include "../DNACommon/DNACommon.hpp"
|
||
|
|
||
|
namespace Retro
|
||
|
{
|
||
|
namespace DNAMP2
|
||
|
{
|
||
|
|
||
|
extern LogVisor::LogModule Log;
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#endif // __DNAMP2_HPP__
|