This commit is contained in:
parent
bdce9e6b57
commit
69cacf1ddb
13 changed files with 554 additions and 28 deletions
|
@ -1,8 +1,9 @@
|
|||
// Question and answer responses
|
||||
|
||||
// Questions
|
||||
#define QUESTION_OK 0
|
||||
#define QUESTION_YES_NO 1
|
||||
#define QUESTION_NONE 0
|
||||
#define QUESTION_OK 1
|
||||
#define QUESTION_YES_NO 2
|
||||
|
||||
// Answers
|
||||
#define ANSWER_NONE 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue