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:
22
DataSpec/DNAMP1/CMDL.hpp
Normal file
22
DataSpec/DNAMP1/CMDL.hpp
Normal 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_
|
||||
Reference in New Issue
Block a user