| 56 | int linecount; |
| 57 | |
| 58 | void usage() |
| 59 | { |
| 60 | printf("Usage: FSHTOOL filename.FSH [directory]\n"); |
| 61 | printf(" FSHTOOL filename.QFS [directory]\n"); |
| 62 | printf(" FSHTOOL directory\\INDEX.FSH [filename]\n\n"); |
| 63 | printf("Windows users: you can run FSHTOOL simply by double-clicking\n"); |
| 64 | printf("on a .FSH or .QFS file and telling Windows that you wish to\n"); |
| 65 | printf("use FSHTOOL to open the file (this only needs to be done the\n"); |
| 66 | printf("first time you open a file with given extension)\n\n"); |
| 67 | printf("SEE THE FILE README.TXT FOR MORE DETAILED INSTRUCTIONS\n\n"); |
| 68 | } |
| 69 | |
| 70 | void abandon_ship() |
| 71 | { |