diff options
| author | Silarn <jrim@rimpo.org> | 2018-05-03 16:17:40 -0500 |
|---|---|---|
| committer | Silarn <jrim@rimpo.org> | 2018-05-03 16:17:40 -0500 |
| commit | 9872c1e462d100221ca38aeb1f8ab35eda7fc8c2 (patch) | |
| tree | 19fb68855960311b9504ef291f9aba3a8eb55ba9 /src/modinfo.h | |
| parent | e3989fe8f93a37d18f7c92785469a9ab87949041 (diff) | |
Allow for primary game sources and marking mods as converted/working
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index 7bb2bdad..001a78dc 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -569,6 +569,11 @@ public: void testValid();
/**
+ * @brief updates the mod to flag it as converted in order to ignore the alternate game warning
+ */
+ virtual void markConverted(bool converted) {}
+
+ /**
* @brief reads meta information from disk
*/
virtual void readMeta() {}
|
