#ifndef GEN7TESTS_BUILDMOVES_HPP #define GEN7TESTS_BUILDMOVES_HPP #include #include class BuildMoves { public: static PkmnLib::Library::MoveLibrary* Build(const std::string& path, const CreatureLib::Library::TypeLibrary* types); }; #endif // GEN7TESTS_BUILDMOVES_HPP