Warning, file /games/lskat/src/lskatglobal.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
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