Add support for round robin mode.

This commit is contained in:
crass
2013-06-23 12:13:40 +07:00
committed by rofl0r
parent 5c4c166802
commit f603e50cb3
3 changed files with 63 additions and 3 deletions

View File

@ -47,8 +47,9 @@ typedef enum {
typedef enum {
DYNAMIC_TYPE,
STRICT_TYPE,
RANDOM_TYPE}
chain_type;
RANDOM_TYPE,
ROUND_ROBIN_TYPE
} chain_type;
typedef enum {
PLAY_STATE,