diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-01 18:31:53 +0200 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2018-09-01 18:31:53 +0200 |
commit | ce949ba70575c2aebac64a04153529875f9b9758 (patch) | |
tree | 08acfa86f13a8dfd8176d1f9e20ca821e712fdc1 /include/contest.h | |
parent | 1895383352da3bd5a4f4990fab045ae3610937fc (diff) |
document move type variables in pss
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 |