mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-15 01:11:22 +00:00
22 lines
214 B
C++
22 lines
214 B
C++
#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
|