From c4636d891f94f3af6664a82d1f6757a386431fde Mon Sep 17 00:00:00 2001 From: Al12rs Date: Sat, 25 Aug 2018 14:30:27 +0200 Subject: Added ModGroups contents icon and flag. --- src/modinfo.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'src/modinfo.h') 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, -- cgit v1.3.1