scyther/src/switches.h

7 lines
85 B
C
Raw Normal View History

#ifndef SWITCHES
#define SWITCHES
void process_switches (const System sys);
#endif