summaryrefslogtreecommitdiff
path: root/src/modinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modinfo.h')
-rw-r--r--src/modinfo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modinfo.h b/src/modinfo.h
index 919d1a5b..895105df 100644
--- a/src/modinfo.h
+++ b/src/modinfo.h
@@ -578,6 +578,11 @@ public:
virtual void markConverted(bool converted) {}
/**
+ * @brief updates the mod to flag it as valid in order to ignore the invalid game data flag
+ */
+ virtual void markValidated(bool validated) {}
+
+ /**
* @brief reads meta information from disk
*/
virtual void readMeta() {}