Initial Commit
[HECS.git] / Hecs.h
blob1199345c02573c42beb3f9f1e2970e2305ac9e4a
1 /***************************************************************************
2 * *
3 * Main.h Copyright (C) 2008 by Jon Rumble *
4 * j.w.rumble@reading.ac.uk *
5 * *
6 * This file is part of HECS, *
7 * *
8 * HECS is free software: you can redistribute it and/or modify *
9 * it under the terms of the GNU General Public License as published by *
10 * the Free Software Foundation, either version 2 of the License, or *
11 * (at your option) any later version. *
12 * *
13 * HECS is distributed in the hope that it will be useful, *
14 * but WITHOUT ANY WARRANTY; without even the implied warranty of *
15 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
16 * GNU General Public License for more details. *
17 * *
18 * You should have received a copy of the GNU General Public License *
19 * along with this program. If not, see <http://www.gnu.org/licenses/>. *
20 ***************************************************************************/
23 #ifndef HECS_H
24 #define HECS_H
26 #include <QApplication>
27 #include <QLabel>
28 #include <iostream>
29 #include <QFile>
30 #include <QDir>
31 #include <QString>
32 #include <QStringList>
34 #include "RdSap.h"
35 #include "HecsUI.h"
36 #include "DwellingDimensions.h"
38 //SAP OBJECT
42 bool checkFiles();
43 void printUsage();
45 RdSap *hecsModel;
46 HecsUI *hecsGui;
47 #endif // MAIN_H