diff options
| author | Al <al12rs@hotmail.com> | 2020-01-14 19:14:06 +0100 |
|---|---|---|
| committer | Al <al12rs@hotmail.com> | 2020-01-14 20:55:34 +0100 |
| commit | 39f36ca27ac8c14e3c7894d5cc167a8c758e082e (patch) | |
| tree | 2ec41109a4059e04c7b0ffcdfd15cb384d45f6b7 /src/modinfo.h | |
| parent | 3fb21b74a9c937f242e6d34105a1b41648cfac7f (diff) | |
Added ModInfo::FLAG_HIDDEN_FILES and check in modinfowithconflictinfo
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index 7c41e0a1..e6e4debc 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -79,6 +79,7 @@ public: FLAG_SEPARATOR, FLAG_OVERWRITE, FLAG_FOREIGN, + FLAG_HIDDEN_FILES, FLAG_NOTENDORSED, FLAG_NOTES, FLAG_PLUGIN_SELECTED, @@ -95,7 +96,7 @@ public: CONTENT_SOUND, CONTENT_SCRIPT, CONTENT_SKSE, - CONTENT_SKSEFILES, + CONTENT_SKSEFILES, CONTENT_SKYPROC, CONTENT_MCM, CONTENT_INI, |
