19:c9b6dd9dd4cd | 20:a5457405cc9b |
---|---|
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 TYPES_H | 19 #ifndef ZANDEMO_TYPES_H |
20 #define TYPES_H | 20 #define ZANDEMO_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> |
126 str fmt (const char* fmtstr, ...); | 126 str fmt (const char* fmtstr, ...); |
127 void print (const char* fmtstr, ...); | 127 void print (const char* fmtstr, ...); |
128 void fprint (FILE* fp, const char* fmtstr, ...); | 128 void fprint (FILE* fp, const char* fmtstr, ...); |
129 #endif | 129 #endif |
130 | 130 |
131 #endif // TYPES_H | 131 #endif // ZANDEMO_TYPES_H |