1 /***************************************************************************
2 *   KBlocks, a falling blocks game by KDE                                 *
3 *   Copyright (C) 2010 University Freiburg <squall.leonhart.cai@gmail.com> *
4 *                                                                          *
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   *
7 *   the Free Software Foundation; either version 2 of the License, or      *
8 *   (at your option) any later version.                                    *
9 ***************************************************************************/
10 #ifndef KBLOCKSAITYPEDEFINE_H
11 #define KBLOCKSAITYPEDEFINE_H
12 
13 #include <utility>
14 #include <stdlib.h>
15 
16 #define KSIRTET
17 
18 #define INITLIST
19 
20 #ifndef DEBUG
21 #define DEBUG
22 #endif
23 
24 #ifndef LOG
25 #define LOG
26 #endif
27 
28 #define UNIX
29 
30 #endif
31