| 586 | |
| 587 | #if 0 |
| 588 | void FlxplayHelp() |
| 589 | { printf("FLX player (%s) with SDL output (jasper@il.fontys.nl)\n", version); |
| 590 | printf("View readme file for more information\n\n"); |
| 591 | printf("flxplay [-l] [filename]\n"); |
| 592 | exit(1); |
| 593 | } /* FlxplayHelp */ |
| 594 | |
| 595 | |
| 596 | main(int argc, char **argv) |