Minor change: Added constant for strings
[wordblah.git] / constantstrings.h
index 8c4c888..f5fa059 100644 (file)
@@ -2,6 +2,8 @@
 #define __CONSTANTSTRINGS_H
 
 #define VERSION  "0.1a"
+#define LICENSE_BSD "Licensed under the BSD 3-clause license \
+https://opensource.org/licenses/BSD-3-Clause"
 #define FROZEN_GRID "Grid is frozen. Unfreeze grid first!"
 #define UNFROZEN_GRID "Grid is unfrozen. Freeze grid first!"
 #define EXCEED_GRID_SIZE "Row/col exceeded grid size!"
@@ -36,6 +38,8 @@ longer password protected!"
 Unsaved changes will be lost [y/N]"
 #define INPUT_CONFIRM_RESET "Are you sure? This will destroy the entire grid\
 and is irreversible (y/N): "
+#define ACROSS_CLUES "ACROSS - CLUES"
+#define DOWN_CLUES "DOWN - CLUES"
 
 #define USAGE_LINE_1 "Usage: %s [<filename> [new <nn>]]\n"
 #define USAGE_LINE_2 "<filename> - puzzle file name\n"