diff --git a/dicepwgen.h b/dicepwgen.h index f5e1a62..26c5da9 100644 --- a/dicepwgen.h +++ b/dicepwgen.h @@ -20,25 +20,26 @@ */ #ifndef HAVE_DICE_H -#define HAVE_DICE_H +#define HAVE_DICE_H -#include -#include -#include -#include -#include -#include #include +#include +#include +#include +#include +#include +#include +#include "debug.h" #include "dictfile.h" #include "tossing.h" -#include "debug.h" #define STRINGIZE(x) #x #define STRINGIZE_VALUE_OF(x) STRINGIZE(x) -#define VERSION "1.2.0" -#define RLEN 1024 +// #define VERSION "1.3.0" +#define RLEN 1024 +static const char VERSION[] = "1.3.0"; extern int humantoss; extern int verbose; @@ -48,7 +49,7 @@ extern int WMIN; extern int WMAX; int usage(); -int main (int argc, char **argv); +int main(int argc, char **argv); void getwords(char *dictfile, int count); #endif