2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-06 12:33:27 +00:00
2015-07-25 12:59:39 -10:00

21 lines
232 B
C++

#ifndef _DNAMP1_CMDL_HPP_
#define _DNAMP1_CMDL_HPP_
#include "../DNACommon/DNACommon.hpp"
#include "CMDLMaterials.hpp"
namespace Retro
{
namespace DNAMP1
{
struct CMDL : BigDNA
{
DECL_DNA
};
}
}
#endif // _DNAMP1_CMDL_HPP_