mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-07-13 14:05:52 +00:00
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
|