diff options
| author | Franklin Wei <franklin@fwei.tk> | 2014-06-23 18:23:58 +0000 |
|---|---|---|
| committer | Franklin Wei <franklin@fwei.tk> | 2014-06-23 18:23:58 +0000 |
| commit | 7281c95860a5c9e6d3f445b5a884c4d07d56dc77 (patch) | |
| tree | c50169db30de6c5ff46c7ed0b0fc585c04522e0d /strings.h | |
| parent | d475113ce1b325aa06e875ef0599e03c882da1de (diff) | |
| download | wargames-server-7281c95860a5c9e6d3f445b5a884c4d07d56dc77.zip wargames-server-7281c95860a5c9e6d3f445b5a884c4d07d56dc77.tar.gz wargames-server-7281c95860a5c9e6d3f445b5a884c4d07d56dc77.tar.bz2 wargames-server-7281c95860a5c9e6d3f445b5a884c4d07d56dc77.tar.xz | |
more bugfixes..
Diffstat (limited to 'strings.h')
| -rw-r--r-- | strings.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ const char* stage1_triggers[5]; const char* stage2_triggers[6]; const char* stage3_triggers[4]; const char* stage4_triggers[7]; +const char* tictactoe_triggers[]; const char punctuation_marks[9]; const char* exit_triggers[6]; const char* exit_responses[4]; |