File indexing completed on 2024-04-28 04:01:57

0001 /***************************************************************************
0002 *   KBlocks, a falling blocks game by KDE                                 *
0003 *   SPDX-FileCopyrightText: 2010 University Freiburg <squall.leonhart.cai@gmail.com> *
0004 *                                                                          *
0005 *   SPDX-License-Identifier: GPL-2.0-or-later
0006 ***************************************************************************/
0007 #ifndef KBLOCKSAITYPEDEFINE_H
0008 #define KBLOCKSAITYPEDEFINE_H
0009 
0010 #include <utility>
0011 #include <stdlib.h>
0012 
0013 #define KSIRTET
0014 
0015 #define INITLIST
0016 
0017 #ifndef DEBUG
0018 #define DEBUG
0019 #endif
0020 
0021 #ifndef LOG
0022 #define LOG
0023 #endif
0024 
0025 #define UNIX
0026 
0027 #endif