src/main.h

changeset 30
6b82f6a3ad53
parent 26
9aab482c9125
child 34
cf0dfddf30f7
equal deleted inserted replaced
29:251b121ab6c0 30:6b82f6a3ad53
1 /* 1 /*
2 * ZanDemo: Zandronum demo launcher 2 * ZCinema: Zandronum demo launcher
3 * Copyright (C) 2013 Santeri Piippo 3 * Copyright (C) 2013 Santeri Piippo
4 * 4 *
5 * This program is free software: you can redistribute it and/or modify 5 * This program is free software: you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License as published by 6 * it under the terms of the GNU General Public License as published by
7 * the Free Software Foundation, either version 3 of the License, or 7 * the Free Software Foundation, either version 3 of the License, or
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program. If not, see <http://www.gnu.org/licenses/>. 16 * along with this program. If not, see <http://www.gnu.org/licenses/>.
17 */ 17 */
18 18
19 #ifndef ZANDEMO_MAIN_H 19 #ifndef ZCINEMA_MAIN_H
20 #define ZANDEMO_MAIN_H 20 #define ZCINEMA_MAIN_H
21 21
22 #define APPNAME "ZanDemo" 22 #define APPNAME "ZCinema"
23 #define UNIXNAME "zandemo" 23 #define UNIXNAME "zcinema"
24 #define VERSION_MAJOR 0 24 #define VERSION_MAJOR 0
25 #define VERSION_MINOR 0 25 #define VERSION_MINOR 0
26 #define VERSION_PATCH 999 26 #define VERSION_PATCH 999
27 #define BUILD_ID BUILD_INTERNAL 27 #define BUILD_ID BUILD_INTERNAL
28 #define RC_ID 0 28 #define RC_ID 0
43 static const std::nullptr_t null = nullptr; 43 static const std::nullptr_t null = nullptr;
44 44
45 QString versionString(); 45 QString versionString();
46 QString versionSignature(); 46 QString versionSignature();
47 47
48 #endif // ZANDEMO_MAIN_H 48 #endif // ZCINEMA_MAIN_H

mercurial