diff options
Diffstat (limited to 'tools/validator/validator.h')
-rw-r--r-- | tools/validator/validator.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/tools/validator/validator.h b/tools/validator/validator.h new file mode 100644 index 0000000..b710429 --- /dev/null +++ b/tools/validator/validator.h | |||
@@ -0,0 +1,12 @@ | |||
1 | #ifndef TOOLS_VALIDATOR_VALIDATOR_H_ | ||
2 | #define TOOLS_VALIDATOR_VALIDATOR_H | ||
3 | |||
4 | namespace com::fourisland::lingo2_archipelago { | ||
5 | |||
6 | struct CollectedInfo; | ||
7 | |||
8 | void ValidateCollectedInfo(const CollectedInfo& info); | ||
9 | |||
10 | } // namespace com::fourisland::lingo2_archipelago | ||
11 | |||
12 | #endif /* TOOLS_VALIDATOR_VALIDATOR_H */ | ||