mirror of https://github.com/AxioDL/metaforce.git
17 lines
169 B
C++
17 lines
169 B
C++
|
#ifndef __DNAMP2_MAPA_HPP__
|
||
|
#define __DNAMP2_MAPA_HPP__
|
||
|
|
||
|
#include "../DNAMP1/MAPA.hpp"
|
||
|
|
||
|
namespace Retro
|
||
|
{
|
||
|
namespace DNAMP2
|
||
|
{
|
||
|
struct MAPA : DNAMP1::MAPA
|
||
|
{};
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|
||
|
#endif
|