summaryrefslogtreecommitdiff
path: root/src/modinfo.h
diff options
context:
space:
mode:
authorAl12rs <gabriel.cortesi@outlook.com>2018-08-25 14:30:27 +0200
committerAl12rs <gabriel.cortesi@outlook.com>2018-08-25 14:30:27 +0200
commitc4636d891f94f3af6664a82d1f6757a386431fde (patch)
tree99d48370eeb93e24e1632444af68c139fd9f2f33 /src/modinfo.h
parent8ea8444dc89546ee731060e66a9b33d3721bbf6d (diff)
Added ModGroups contents icon and flag.
Diffstat (limited to 'src/modinfo.h')
-rw-r--r--src/modinfo.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/modinfo.h b/src/modinfo.h
index 4cdd7bcf..82dd8dc8 100644
--- a/src/modinfo.h
+++ b/src/modinfo.h
@@ -85,10 +85,12 @@ public:
CONTENT_SKSE,
CONTENT_SKYPROC,
CONTENT_MCM,
- CONTENT_INI
+ CONTENT_INI,
+ CONTENT_MODGROUP
+
};
- static const int NUM_CONTENT_TYPES = CONTENT_INI + 1;
+ static const int NUM_CONTENT_TYPES = CONTENT_MODGROUP + 1;
enum EHighlight {
HIGHLIGHT_NONE = 0,