aboutsummaryrefslogtreecommitdiffstats
path: root/FICS
diff options
context:
space:
mode:
Diffstat (limited to 'FICS')
-rw-r--r--FICS/gamedb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/FICS/gamedb.h b/FICS/gamedb.h
index ea499f4..edcfcdc 100644
--- a/FICS/gamedb.h
+++ b/FICS/gamedb.h
@@ -47,6 +47,11 @@ extern char *rstr[];
#define GAME_ACTIVE 2
#define GAME_EXAMINE 3
+enum {
+ TYPE_UNRATED = 0,
+ TYPE_RATED
+};
+
#define TYPE_UNTIMED 0
#define TYPE_BLITZ 1
#define TYPE_STAND 2