This commit is contained in:
Paul 2001-01-10 17:27:12 +00:00
parent bdce9e6b57
commit 69cacf1ddb
13 changed files with 554 additions and 28 deletions

View file

@ -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