#include <climits>
#include <QCryptographicHash>
#include <QList>
#include <QObject>
#include <QString>
#include <QVariant>
#include "dptr.h"
#include "global.h"
Go to the source code of this file.
Classes | |
class | DMFlag |
A game setting that is a part of a group of settings that can be OR'ed logically as a single integer. More... | |
class | DMFlagsSection |
A group of DMFlag objects that can be safely OR'ed together to form a meaningful value. More... | |
class | GameCVar |
A general game setting or variable (like fraglimit). More... | |
class | GameCVarProvider |
Creates GameCVar set. More... | |
class | GameMode |
Game mode representation. More... | |
class | PWad |
PWAD hosted on a server. More... | |
class | Skill |
Game difficulty setting. More... | |
Typedefs | |
using | gamemode_id = int |
Unique identifier of a GameMode within the plugin. | |