about summary refs log tree commit diff stats
path: root/vendor/hkutil
Bad object name: bfe86f537030739f2f82c3e2ddcbe97eff7ef0ed
validator/human_processor.h?h=data-v5&id=ef714e446f8fdfeefb588cf9c8d99bc108040b68'>blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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_ */