diff options
Diffstat (limited to 'src/puzzles/puzzle.h')
| -rw-r--r-- | src/puzzles/puzzle.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/puzzles/puzzle.h b/src/puzzles/puzzle.h index 6c72a18..838b9d2 100644 --- a/src/puzzles/puzzle.h +++ b/src/puzzles/puzzle.h @@ -5,6 +5,7 @@ enum PUZZLE_TEST_RESULT : char { RESULT_OK = 0, + RESULT_WRONG_ANSWER, RESULT_COMPTIME_NO_ENTRY, RESULT_COMPTIME_ERR, RESULT_RUNTIME_ERR, |
