Quaternity
opts.h
Go to the documentation of this file.
1 
7 #ifndef OPTS_H_
8 #define OPTS_H_
9 
10 #include "settings.h"
11 
12 Settings options(const int argc, const char **argv);
13 
14 #endif /* OPTS_H_ */
Settings options(const int argc, const char **argv)
Parse the command line arguments and generate the settings from these.
Definition: opts.cpp:85
This file defines the settings struct.
The settings which characterize a game.
Definition: settings.h:22