summaryrefslogtreecommitdiffstats
path: root/src/main.h
blob: 06a0e702d81e59f0fef6d7753cd697917034bf5b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#ifndef MAIN_H
#define MAIN_H

namespace CommandLine
{
bool testMode();
bool autoSetup();
bool showGui();
bool backgroundMode();
bool wakeup();
bool center();
}

#endif // MAIN_H