This commit is contained in:
Paul 2001-01-04 19:37:03 +00:00
parent 2f8121fbdf
commit c804107f20

View File

@ -0,0 +1,12 @@
// Question and answer responses
// Questions
#define QUESTION_OK 0
#define QUESTION_YES_NO 1
// Answers
#define ANSWER_NONE 0
#defein ANSWER_OK 1
#define ANSWER_YES 2
#define ANSWER_NO 3