about summary refs log tree commit diff stats
path: root/client/Archipelago/messages.gd
Path not found
.h?h=v8.0.1&id=2c6777b5004dcf27b603ec2b3a9545642ed908bd'>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_ */