summaryrefslogtreecommitdiff
path: root/src/modinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/modinfo.h')
-rw-r--r--src/modinfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modinfo.h b/src/modinfo.h
index e08ef8b6..faf33f0d 100644
--- a/src/modinfo.h
+++ b/src/modinfo.h
@@ -179,6 +179,8 @@ public:
virtual bool isRegular() const { return false; }
+ virtual bool isEmpty() const { return false; }
+
/**
* @brief test if there is a newer version of the mod
*
@@ -495,6 +497,8 @@ public:
virtual bool isRegular() const { return true; }
+ virtual bool isEmpty() const;
+
/**
* @brief test if there is a newer version of the mod
*