src/types.h

changeset 30
6b82f6a3ad53
parent 21
99225eac33ba
child 37
c82a86ea87be
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_TYPES_H 19 #ifndef ZCINEMA_TYPES_H
20 #define ZANDEMO_TYPES_H 20 #define ZCINEMA_TYPES_H
21 21
22 #include "main.h" 22 #include "main.h"
23 #include <QString> 23 #include <QString>
24 #include <QList> 24 #include <QList>
25 #include <QVariant> 25 #include <QVariant>
124 str fmt (const char* fmtstr, ...); 124 str fmt (const char* fmtstr, ...);
125 void print (const char* fmtstr, ...); 125 void print (const char* fmtstr, ...);
126 void fprint (FILE* fp, const char* fmtstr, ...); 126 void fprint (FILE* fp, const char* fmtstr, ...);
127 #endif 127 #endif
128 128
129 #endif // ZANDEMO_TYPES_H 129 #endif // ZCINEMA_TYPES_H

mercurial