This commit is contained in:
parent
2f8121fbdf
commit
c804107f20
1 changed files with 12 additions and 0 deletions
12
data/Scripts/defs/response.scr
Normal file
12
data/Scripts/defs/response.scr
Normal 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue