diff options
Diffstat (limited to 'src/modinfo.h')
| -rw-r--r-- | src/modinfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modinfo.h b/src/modinfo.h index 9a4c7c94..33e6ec96 100644 --- a/src/modinfo.h +++ b/src/modinfo.h @@ -72,6 +72,7 @@ public: CONTENT_PLUGIN,
CONTENT_TEXTURE,
CONTENT_MESH,
+ CONTENT_BSA,
CONTENT_INTERFACE,
CONTENT_MUSIC,
CONTENT_SOUND,
@@ -966,6 +967,9 @@ private: NexusBridge m_NexusBridge;
+ mutable std::vector<ModInfo::EContent> m_CachedContent;
+ mutable QTime m_LastContentCheck;
+
};
|
