mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
initial MLVL and STRG trilogy integration
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
#ifndef __DNAMP1_MLVL_HPP__
|
||||
#define __DNAMP1_MLVL_HPP__
|
||||
|
||||
#include "../DNACommon/DNACommon.hpp"
|
||||
|
||||
namespace Retro
|
||||
@@ -8,7 +11,7 @@ namespace DNAMP1
|
||||
struct MLVL : BigDNA
|
||||
{
|
||||
DECL_DNA
|
||||
FourCC magic;
|
||||
Value<atUint32> magic;
|
||||
Value<atUint32> version;
|
||||
UniqueID32 worldNameId;
|
||||
UniqueID32 saveWorldId;
|
||||
@@ -104,3 +107,5 @@ struct MLVL : BigDNA
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
#endif // __DNAMP1_MLVL_HPP__
|
||||
|
||||
Reference in New Issue
Block a user