diff options
| author | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2017-11-08 19:30:20 -0600 |
|---|---|---|
| committer | Jeremy Rimpo <jeremy.rimpo@servermonkey.com> | 2017-11-08 19:30:20 -0600 |
| commit | 3cf3de700eeac08867d509e478449e46d7ff9f12 (patch) | |
| tree | 99906210580834bdafbae97e8e1878cf62e9e80e /src/modinfo.h | |
| parent | 9ec913945a42b33f1cfd4f7389539c25895adb34 (diff) | |
Add MCM detection (but doesn't fix loading issues :()
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 501588ec..1485a4b3 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -79,7 +79,8 @@ public: CONTENT_SOUND,
CONTENT_SCRIPT,
CONTENT_SKSE,
- CONTENT_SKYPROC
+ CONTENT_SKYPROC,
+ CONTENT_MCM
};
static const int NUM_CONTENT_TYPES = CONTENT_SKYPROC + 1;
|
