summaryrefslogtreecommitdiff
path: root/src/categories.h
diff options
context:
space:
mode:
authorAl <gabriel.cortesi@outlook.com>2019-10-04 17:18:06 +0200
committerAl <gabriel.cortesi@outlook.com>2019-10-04 17:18:06 +0200
commit49e19c8185eb890b6dc6788bf95dd65455e72538 (patch)
tree9601c32906afed6d931aec2431ed3d162b511229 /src/categories.h
parent2fe50f2ff366ea850eb70a85c6ea7d6c936bf08a (diff)
Added "No valid game data" and "No Nexus ID" filters as per #295
Diffstat (limited to 'src/categories.h')
-rw-r--r--src/categories.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/categories.h b/src/categories.h
index 48e0b44b..67fee3e7 100644
--- a/src/categories.h
+++ b/src/categories.h
@@ -50,6 +50,8 @@ public:
static const int CATEGORY_SPECIAL_BACKUP = 10006;
static const int CATEGORY_SPECIAL_MANAGED = 10007;
static const int CATEGORY_SPECIAL_UNMANAGED = 10008;
+ static const int CATEGORY_SPECIAL_NOGAMEDATA = 10009;
+ static const int CATEGORY_SPECIAL_NONEXUSID = 10010;
public: