granatier
player.cpp File Reference
#include "player.h"
#include "bonus.h"
#include "bomb.h"
#include "arena.h"
#include "config/playersettings.h"
#include "settings.h"
#include <QKeyEvent>
#include <QTimer>
#include <cmath>
Include dependency graph for player.cpp:
Go to the source code of this file.
Variables | |
const int | badBonusCountdown = 10000 |
const int | badBonusTimerTimeout = 100 |
const int | onIceSpeedIncrease = 2 |
Variable Documentation
const int badBonusCountdown = 10000 |
Definition at line 33 of file player.cpp.
const int badBonusTimerTimeout = 100 |
Definition at line 32 of file player.cpp.
const int onIceSpeedIncrease = 2 |
Definition at line 31 of file player.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:18:10 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.