MagicSmoke  $VERSION$
src/main.h
Go to the documentation of this file.
1 //
2 // C++ Interface: main
3 //
4 // Description:
5 //
6 //
7 // Author: Konrad Rosenbaum <konrad@silmor.de>, (C) 2007-2016
8 //
9 // Copyright: See README/COPYING.GPL files that come with this distribution
10 //
11 //
12 
13 #ifndef MAGICSMOKE_MAIN_H
14 #define MAGICSMOKE_MAIN_H
15 
16 #include <QtCore/QtGlobal>
17 
18 #include "smokeexport.h"
19 
22 {
23 public:
24  static int realmain(int,char**);
25 };
26 
27 #endif
#define MAGICSMOKE_EXPORT
Definition: smokeexport.h:7
shortcut: the main function
Definition: src/main.h:21