diff options
| author | Al <gabriel.cortesi@outlook.com> | 2019-10-04 22:17:01 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-04 22:17:01 +0200 |
| commit | 8aa298b606900d62cdd01f5c762a334799625763 (patch) | |
| tree | a4dfac975318c201ceeedfba10f5dbc806bacbe1 /src/categories.h | |
| parent | e427dbae55c77276288cdc8105604885a4b3309c (diff) | |
| parent | 49e19c8185eb890b6dc6788bf95dd65455e72538 (diff) | |
Merge pull request #849 from Al12rs/more-filters
Added "No valid game data" and "No Nexus ID" filters as per #295
Diffstat (limited to 'src/categories.h')
| -rw-r--r-- | src/categories.h | 2 |
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:
|
