From 7c3ee246fb626ab09b3b05055efdfaf3a00e60e7 Mon Sep 17 00:00:00 2001 From: Franklin Wei Date: Mon, 23 Jun 2014 17:04:30 -0400 Subject: Fixed more bugs, added more features :) --- strings.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'strings.h') diff --git a/strings.h b/strings.h index 0a06689..da14086 100644 --- a/strings.h +++ b/strings.h @@ -1,8 +1,10 @@ #ifndef WOPR_STRINGS #define WOPR_STRINGS -const char* stage1_triggers[3]; +const char* stage1_triggers[5]; const char* stage2_triggers[6]; const char* stage3_triggers[4]; -const char* stage4_triggers[6]; +const char* stage4_triggers[7]; const char punctuation_marks[9]; +const char* exit_triggers[6]; +const char* exit_responses[4]; #endif -- cgit v1.1