diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-07-17 13:06:38 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-07-17 13:10:08 +0200 |
| commit | 5a0b8b431c3ffd5de2f4359492854310da32405e (patch) | |
| tree | aaf92f4f207160851cc6ca8be578e4ef41d7e404 /src/modinfo.h | |
| parent | 61b33a83519d1473b6b7a62d3d571c5097572204 (diff) | |
Added Contains INI files content filter and checking.
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index 001a78dc..4cdd7bcf 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -84,10 +84,11 @@ public: CONTENT_SCRIPT,
CONTENT_SKSE,
CONTENT_SKYPROC,
- CONTENT_MCM
+ CONTENT_MCM,
+ CONTENT_INI
};
- static const int NUM_CONTENT_TYPES = CONTENT_MCM + 1;
+ static const int NUM_CONTENT_TYPES = CONTENT_INI + 1;
enum EHighlight {
HIGHLIGHT_NONE = 0,
|
