Parse nature library and test natures.

This commit is contained in:
2020-02-09 14:18:44 +01:00
parent bb5ae114c4
commit f6ae8432b3
6 changed files with 225 additions and 74 deletions

View File

@@ -0,0 +1,10 @@
#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