aboutsummaryrefslogtreecommitdiff
path: root/src/include/anastasis.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/anastasis.h')
-rw-r--r--src/include/anastasis.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/include/anastasis.h b/src/include/anastasis.h
index 8443eb6..3027e2a 100644
--- a/src/include/anastasis.h
+++ b/src/include/anastasis.h
@@ -71,10 +71,16 @@ struct ANASTASIS_ChallengeDetails
71 const char *instructions; 71 const char *instructions;
72 72
73 /** 73 /**
74 * true if challenged was already solved, else false. 74 * true if challenge was already solved, else false.
75 */ 75 */
76 bool solved; 76 bool solved;
77 77
78 /**
79 * true if challenge is awaiting asynchronous
80 * resolution by the user.
81 */
82 bool async;
83
78}; 84};
79 85
80 86