|
#ifndef GEN7TESTS_BUILDNATURES_HPP
|
|
#define GEN7TESTS_BUILDNATURES_HPP
|
|
|
|
#include <PkmnLib/Library/Natures/NatureLibrary.hpp>
|
|
class BuildNatures {
|
|
public:
|
|
static PkmnLib::Library::NatureLibrary* Build(const std::string& path);
|
|
};
|
|
|
|
#endif // GEN7TESTS_BUILDNATURES_HPP
|