2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-06-09 13:13:28 +00:00
metaforce/DataSpec/DNAMP1/MazeSeeds.hpp
2017-12-28 22:08:12 -10:00

18 lines
254 B
C++

#ifndef __DNAMP1_MAZESEEDS_HPP__
#define __DNAMP1_MAZESEEDS_HPP__
#include <vector>
#include "DNAMP1.hpp"
namespace DataSpec::DNAMP1
{
struct MazeSeeds : BigYAML
{
DECL_YAML
Value<atUint32> seeds[300];
};
}
#endif // __DNAMP1_MAZESEEDS_HPP__