mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-21 00:19:13 +00:00
Various stubs, and starting on core functionality
This commit is contained in:
16
DataSpec/DNAMP2/MAPA.hpp
Normal file
16
DataSpec/DNAMP2/MAPA.hpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef __DNAMP2_MAPA_HPP__
|
||||
#define __DNAMP2_MAPA_HPP__
|
||||
|
||||
#include "../DNAMP1/MAPA.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
namespace DNAMP2
|
||||
{
|
||||
struct MAPA : DNAMP1::MAPA
|
||||
{};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user