#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);
}pre { line-height: 125%; }
td.linenos .normal { color: inherit; background-color: transparent; padding-left: 5px; padding-right: 5px; }
span.linenos { color: inherit; background-color: trans |
