metaforce/DataSpec/DNAMP1/MREA.hpp

22 lines
214 B
C++
Raw Normal View History

2015-08-17 05:26:58 +00:00
#ifndef __DNAMP1_MREA_HPP__
#define __DNAMP1_MREA_HPP__
#include "../DNACommon/DNACommon.hpp"
namespace Retro
{
namespace DNAMP1
{
struct MREA : BigDNA
{
DECL_DNA
Value<atUint32> magic;
};
}
}
#endif