Cockatrice
2026-06-27-Development-3.1.0-beta.3
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
game.h
Go to the documentation of this file.
1
6
7
#ifndef COCKATRICE_GAME_H
8
#define COCKATRICE_GAME_H
9
10
#include "
abstract_game.h
"
11
12
#include <QObject>
13
14
class
Game
:
public
AbstractGame
15
{
16
Q_OBJECT
17
18
public
:
19
Game
(QObject *parent,
20
bool
isLocalGame,
21
QList<AbstractClient *> &_clients,
22
const
Event_GameJoined &event,
23
const
QMap<int, QString> &_roomGameTypes);
24
};
25
26
#endif
// COCKATRICE_GAME_H
abstract_game.h
AbstractGame::AbstractGame
AbstractGame(QObject *parent)
Definition
abstract_game.cpp:6
Game::Game
Game(QObject *parent, bool isLocalGame, QList< AbstractClient * > &_clients, const Event_GameJoined &event, const QMap< int, QString > &_roomGameTypes)
Definition
game.cpp:7
cockatrice
src
game
game.h
Generated by
1.16.1