2001-01-04 20:37:03 +01:00
|
|
|
// Question and answer responses
|
|
|
|
|
|
|
|
// Questions
|
2001-01-10 18:27:12 +01:00
|
|
|
#define QUESTION_NONE 0
|
|
|
|
#define QUESTION_OK 1
|
|
|
|
#define QUESTION_YES_NO 2
|
2001-01-04 20:37:03 +01:00
|
|
|
|
|
|
|
// Answers
|
|
|
|
#define ANSWER_NONE 0
|
2001-01-05 20:25:07 +01:00
|
|
|
#define ANSWER_OK 1
|
2001-01-04 20:37:03 +01:00
|
|
|
#define ANSWER_YES 2
|
|
|
|
#define ANSWER_NO 3
|
|
|
|
|