#ifndef TOOLS_VALIDATOR_HUMAN_PROCESSOR_H_
#define TOOLS_VALIDATOR_HUMAN_PROCESSOR_H_
#include <string>
namespace com::fourisland::lingo2_archipelago {
struct CollectedInfo;
void ProcessHumanData(const std::string& mapdir, CollectedInfo& info);
} // namespace com::fourisland::lingo2_archipelago
#endif /* TOOLS_VALIDATOR_HUMAN_PROCESSOR_H_ */