diff options
author | June McEnroe <june@causal.agency> | 2019-08-25 13:21:48 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-08-25 13:21:48 -0400 |
commit | 4a54edfcd4b964a94b7c7f4fb7a8d30dd2272b7f (patch) | |
tree | b5a8455f75f1763fa08f781272689860c2a4da4d /dump.1 | |
parent | Mark card functions inline (diff) | |
download | wep-4a54edfcd4b964a94b7c7f4fb7a8d30dd2272b7f.tar.gz wep-4a54edfcd4b964a94b7c7f4fb7a8d30dd2272b7f.zip |
Remove files from cards repo
Diffstat (limited to '')
-rw-r--r-- | dump.1 | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/dump.1 b/dump.1 deleted file mode 100644 index a7fc3db..0000000 --- a/dump.1 +++ /dev/null @@ -1,48 +0,0 @@ -.Dd March 29, 2019 -.Dt DUMP 1 -.Os -. -.Sh NAME -.Nm dump -.Nd dump bitmap resources -. -.Sh SYNOPSIS -.Nm -.Op Fl abfik -.Op Ar file -. -.Sh DESCRIPTION -.Nm -dumps bitmap resources from -.Pa CARDS.DLL , -.Pa SOL.EXE -or -.Pa FREECELL.EXE -files. -Bitmaps are written to the current directory -starting with -.Pa 01.bmp . -. -.Pp -The arguments are as follows: -.Bl -tag -width Ds -.It Fl a -Set the -.Xr cards 3 -.Dv Cards_AlphaCorners -flag. -.It Fl b -Set the -.Xr cards 3 -.Dv Cards_BlackBorders -flag. -.It Fl f -Dump FreeCell bitmaps. -.It Fl i -Invert the colors of the bitmaps -.It Fl k -Set the -.Xr cards 3 -.Dv Cards_ColorKey -flag. -.El |