src/config.h

changeset 13
9bdddd2ccde6
parent 10
bc1414343e19
child 15
3d3e5f0fc4cc
equal deleted inserted replaced
12:755bd43b2f9b 13:9bdddd2ccde6
1 #ifndef CONFIG_H 1 #ifndef CONFIG_H
2 #define CONFIG_H 2 #define CONFIG_H
3
4 /*
5 * ZanDemo: Zandronum demo launcher
6 * Copyright (C) 2013 Santeri Piippo
7 *
8 * This program 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 3 of the License, or
11 * (at your option) any later version.
12 *
13 * This program 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 */
3 21
4 #include <QDialog> 22 #include <QDialog>
5 #include "main.h" 23 #include "main.h"
6 #include "types.h" 24 #include "types.h"
7 25

mercurial