X-Git-Url: http://git.maemo.org/git/?p=impuzzle;a=blobdiff_plain;f=src%2Fdefines.h;h=b1b3d1f8b4161be9fca83e550cb034b134f675a6;hp=ded9e0eaa0559b02e92099e9cbd39da9006970a7;hb=HEAD;hpb=0fc78d2c66458cb9d42890e2b7983b5967ec2f1d diff --git a/src/defines.h b/src/defines.h index ded9e0e..b1b3d1f 100644 --- a/src/defines.h +++ b/src/defines.h @@ -23,8 +23,6 @@ #define IMAGE_HEIGHT 400 -#define GAME_VERSION 0.3 - #define EASY_PIECE_COUNT 9 #define EASY_HORIZONTAL_COUNT 3 #define HARD_PIECE_COUNT 16 @@ -35,6 +33,9 @@ #define SELECT_IMAGE_TXT "Select image..." #define RESTORE_FILE "impuzzle.dat" +#define STATS_FILE "imstats.dat" #define HOME_DIRECTORY ".impuzzle" +#define IMPUZZLE_VERSION "0.7" + #endif // DEFINES_H