split option processing into its own file
[IRC.git] / Robust / src / Runtime / option.h
1 #ifdef OPTION_H
2 #define OPTION_H
3 void processOptions();
4 #endif