#ifndef MAIN_H #define MAIN_H namespace CommandLine { bool testMode(); bool autoSetup(); bool showGui(); bool backgroundMode(); bool wakeup(); bool center(); } #endif // MAIN_H