diff options
Diffstat (limited to 'tools/validator/human_processor.h')
-rw-r--r-- | tools/validator/human_processor.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/validator/human_processor.h b/tools/validator/human_processor.h new file mode 100644 index 0000000..52f174f --- /dev/null +++ b/tools/validator/human_processor.h | |||
@@ -0,0 +1,14 @@ | |||
1 | #ifndef TOOLS_VALIDATOR_HUMAN_PROCESSOR_H_ | ||
2 | #define TOOLS_VALIDATOR_HUMAN_PROCESSOR_H_ | ||
3 | |||
4 | #include <string> | ||
5 | |||
6 | namespace com::fourisland::lingo2_archipelago { | ||
7 | |||
8 | struct CollectedInfo; | ||
9 | |||
10 | void ProcessHumanData(const std::string& mapdir, CollectedInfo& info); | ||
11 | |||
12 | } // namespace com::fourisland::lingo2_archipelago | ||
13 | |||
14 | #endif /* TOOLS_VALIDATOR_HUMAN_PROCESSOR_H_ */ | ||