metaforce/DataSpec/DNAMP1/CMDL.hpp

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_