#ifndef TOOLS_VALIDATOR_HUMAN_PROCESSOR_H_ #define TOOLS_VALIDATOR_HUMAN_PROCESSOR_H_ #include 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_ */ go2-archipelago' title='lingo2-archipelago Git repository'/>
about summary refs log tree commit diff stats
blob: d984beb45aa68b11891c5000bc649823db82136a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32