7 lines
85 B
C
7 lines
85 B
C
|
#ifndef SWITCHES
|
||
|
#define SWITCHES
|
||
|
|
||
|
void process_switches (const System sys);
|
||
|
|
||
|
#endif
|