diff options
author | Diegoisawesome <Diegoisawesome@users.noreply.github.com> | 2018-09-01 16:07:57 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-09-01 16:07:57 -0500 |
commit | 4418189d4cf94bd5f837611da2dcb6147709d653 (patch) | |
tree | 5f9887cdc8a1b7b794c10b302da0bedbba7c734b /include/contest.h | |
parent | 1895383352da3bd5a4f4990fab045ae3610937fc (diff) | |
parent | 528a1e9ed0f64040fce6148eac875cda913384ec (diff) |
Merge pull request #309 from DizzyEggg/types_manage
Various labelling
Diffstat (limited to 'include/contest.h')
-rw-r--r-- | include/contest.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/contest.h b/include/contest.h index 33080225b..0a8fa4436 100644 --- a/include/contest.h +++ b/include/contest.h @@ -8,6 +8,7 @@ enum CONTEST_CATEGORY_CUTE, CONTEST_CATEGORY_SMART, CONTEST_CATEGORY_TOUGH, + CONTEST_CATEGORIES_COUNT, }; enum |