Cockatrice
2026-06-27-Development-3.1.0-beta.3
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
replay.h
Go to the documentation of this file.
1
7
8
#ifndef COCKATRICE_REPLAY_H
9
#define COCKATRICE_REPLAY_H
10
11
#include "
abstract_game.h
"
12
13
class
Replay
:
public
AbstractGame
14
{
15
Q_OBJECT
16
17
public
:
18
explicit
Replay
(QObject *_parent, GameReplay *_replay,
bool
isLocalGame);
19
};
20
21
#endif
// COCKATRICE_REPLAY_H
abstract_game.h
AbstractGame::AbstractGame
AbstractGame(QObject *parent)
Definition
abstract_game.cpp:6
Replay::Replay
Replay(QObject *_parent, GameReplay *_replay, bool isLocalGame)
Definition
replay.cpp:5
cockatrice
src
game
replay.h
Generated by
1.16.1