File indexing completed on 2024-04-14 04:02:25

0001 /*
0002     This file is part of the KDE games lskat program
0003     SPDX-FileCopyrightText: 2006 Martin Heni <kde@heni-online.de>
0004 
0005     SPDX-License-Identifier: LGPL-2.0-or-later
0006 */
0007 
0008 #ifndef LSKATGLOBAL_H
0009 #define LSKATGLOBAL_H
0010 
0011 /** Global debug flag */
0012 extern int global_debug;
0013 /** Global skip intro flag */
0014 extern bool global_skip_intro;
0015 /** Demo or autoplay mode */
0016 extern bool global_demo_mode;
0017 
0018 #endif