2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 22:27:41 +00:00

Initial MP1 materials

This commit is contained in:
Jack Andersen
2015-07-24 17:43:49 -10:00
parent fb0abb652a
commit 4972c2ae95
4 changed files with 255 additions and 1 deletions

22
DataSpec/DNAMP1/CMDL.hpp Normal file
View File

@@ -0,0 +1,22 @@
#ifndef _DNAMP1_CMDL_HPP_
#define _DNAMP1_CMDL_HPP_
#include "../DNACommon/DNACommon.hpp"
#ifndef __atdna__
#include "CMDLMaterials.hpp"
#endif
namespace Retro
{
namespace DNAMP1
{
struct CMDL : BigDNA
{
DECL_DNA
};
}
}
#endif // _DNAMP1_CMDL_HPP_