|
|
1.1 root 1: /*
2: Hatari - options.h
3:
4: This file is distributed under the GNU Public License, version 2 or at
5: your option any later version. Read the file gpl.txt for details.
6: */
7: #ifndef HATARI_OPTIONS_H
8: #define HATARI_OPTIONS_H
9:
10: /* parses all Hatari command line options and sets Hatari state accordingly,
11: * returns boot disk image name (empty if not set)
12: */
13: extern void Opt_ParseParameters(int argc, char *argv[],
14: char *bootdisk, size_t bootlen);
15:
16: #endif /* HATARI_OPTIONS_H */
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.