11 lines
256 B
C++
11 lines
256 B
C++
|
#ifndef GEN7TESTS_BUILDITEMS_HPP
|
||
|
#define GEN7TESTS_BUILDITEMS_HPP
|
||
|
|
||
|
#include <PkmnLib/Library/Items/ItemLibrary.hpp>
|
||
|
class BuildItems {
|
||
|
public:
|
||
|
static PkmnLib::Library::ItemLibrary* Build(const std::string& path);
|
||
|
};
|
||
|
|
||
|
#endif // GEN7TESTS_BUILDITEMS_HPP
|