Parse nature library and test natures.
This commit is contained in:
10
src/BuildData/BuildNatures.hpp
Normal file
10
src/BuildData/BuildNatures.hpp
Normal 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
|
||||
Reference in New Issue
Block a user