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

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

#endif // MAIN_H