#include <kapplication.h>#include <kcmdlineargs.h>#include <kdebug.h>#include <kaboutdata.h>#include <klocale.h>#include <kglobal.h>#include "mainwindow.h"#include "lskatglobal.h"Include dependency graph for main.cpp:

Go to the source code of this file.
Defines | |
| #define | LSKAT_VERSION "v1.40" |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| int | global_debug = 0 |
| Global debug flag. | |
| bool | global_skip_intro = false |
| Global skip intro flag. | |
| bool | global_demo_mode = false |
| Demo or autoplay mode. | |
|
|
Definition at line 55 of file main.cpp. Referenced by main(). |
|
||||||||||||
|
Definition at line 75 of file main.cpp. References global_debug, and LSKAT_VERSION. |
|
|
Global debug flag.
Definition at line 68 of file main.cpp. Referenced by AiInput::aiTurn(), Mainwindow::createInput(), EngineTwo::gameLoopFinish(), EngineTwo::gameOver(), main(), Mainwindow::Mainwindow(), Mainwindow::menuCardDeck(), EngineTwo::playerInput(), Mainwindow::readProperties(), ThemeManager::rescale(), GameView::resizeEvent(), and EngineTwo::whoWonMove(). |
|
|
Demo or autoplay mode.
Definition at line 72 of file main.cpp. Referenced by Mainwindow::createInput(), Mainwindow::gameOver(), Mainwindow::initGUI(), and Mainwindow::Mainwindow(). |
|
|
Global skip intro flag.
Definition at line 70 of file main.cpp. Referenced by Mainwindow::Mainwindow(). |
1.4.6