mirror of https://github.com/AxioDL/metaforce.git
21 lines
232 B
C++
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_
|