Implemented GZIP functionality for the data file
[wordblah.git] / constantstrings.h
index 89755ba..6b8a0bb 100644 (file)
@@ -20,6 +20,7 @@
 #define EXCEED_MAX_GRID_SIZE "Exceeds max puzzle size"
 #define ERROR_WRITING_FILE "Error writing file"
 #define ERROR_READING_FILE "Error reading file"
+#define COMPRESSED " (compressed)"
 #define INVALID_WORD "Word contains illegal characters. Only alphabets allowed!"
 #define FILE_SAVED "File saved successfully"
 #define PASSWORD_SET "Password set successfully"