mirror of
git://git.tartarus.org/simon/puzzles.git
synced 2025-04-21 08:01:30 -07:00
--version.
[originally from svn r5806]
This commit is contained in:
6
gtk.c
6
gtk.c
@ -1236,6 +1236,12 @@ int main(int argc, char **argv)
|
|||||||
char *pname = argv[0];
|
char *pname = argv[0];
|
||||||
char *error;
|
char *error;
|
||||||
|
|
||||||
|
if (argc > 1 && !strcmp(argv[1], "--version")) {
|
||||||
|
printf("%s, from Simon Tatham's Portable Puzzle Collection\n%s\n",
|
||||||
|
thegame.name, ver);
|
||||||
|
return 0;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Special standalone mode for generating puzzle IDs on the
|
* Special standalone mode for generating puzzle IDs on the
|
||||||
* command line. Useful for generating puzzles to be printed
|
* command line. Useful for generating puzzles to be printed
|
||||||
|
Reference in New Issue
Block a user