diff options
| author | Al <26797547+Al12rs@users.noreply.github.com> | 2020-01-15 11:59:13 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-15 11:59:13 +0100 |
| commit | 5aad5eb8a23f319cfddb90b2a9b7e4121783af98 (patch) | |
| tree | d13bc33a371f3c8ec364d899653c86b44da66650 /src/modinfo.h | |
| parent | 0c2289b6f93bf34fcc28a720587276dfbedd0e85 (diff) | |
| parent | f65121b8bc93f7d55f8457e41ad9968940746d11 (diff) | |
Merge pull request #970 from Al12rs/hidden-files-flag
Hidden files flag
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..a27822b0 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, |
