metaforce/DataSpec/DNAMP1/MazeSeeds.hpp

13 lines
197 B
C++
Raw Normal View History

2018-10-07 03:42:33 +00:00
#pragma once
#include <vector>
#include "DNAMP1.hpp"
2018-12-08 05:30:43 +00:00
namespace DataSpec::DNAMP1 {
struct MazeSeeds : BigDNA {
AT_DECL_DNA_YAML
Value<atUint32> seeds[300];
};
2018-12-08 05:30:43 +00:00
} // namespace DataSpec::DNAMP1