Annotation of hatari/src/includes/options.h, revision 1.1.1.9

1.1       root        1: /*
                      2:   Hatari - options.h
                      3: 
1.1.1.6   root        4:   This file is distributed under the GNU General Public License, version 2
                      5:   or at your option any later version. Read the file gpl.txt for details.
1.1       root        6: */
                      7: #ifndef HATARI_OPTIONS_H
                      8: #define HATARI_OPTIONS_H
                      9: 
1.1.1.3   root       10: extern bool bLoadAutoSave;
                     11: extern bool bLoadMemorySave;
1.1.1.4   root       12: extern bool AviRecordOnStartup;
1.1.1.9 ! root       13: extern bool BenchmarkMode;
1.1.1.6   root       14: extern int ConOutDevice;
                     15: 
                     16: #define CONOUT_DEVICE_NONE 127 /* valid ones are 0-7 */
1.1.1.2   root       17: 
1.1.1.4   root       18: extern Uint32 Opt_GetNoParachuteFlag(void);
1.1.1.8   root       19: extern bool Opt_IsAtariProgram(const char *path);
1.1.1.9 ! root       20: extern bool Opt_ShowError(unsigned int optid, const char *value, const char *error);
1.1.1.8   root       21: extern int Opt_ValueAlignMinMax(int value, int align, int min, int max);
1.1.1.5   root       22: extern bool Opt_ParseParameters(int argc, const char * const argv[]);
1.1.1.4   root       23: extern char *Opt_MatchOption(const char *text, int state);
1.1       root       24: 
                     25: #endif /* HATARI_OPTIONS_H */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.