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
13class Replay : public AbstractGame
14{
15 Q_OBJECT
16
17public:
18 explicit Replay(QObject *_parent, GameReplay *_replay, bool isLocalGame);
19};
20
21#endif // COCKATRICE_REPLAY_H
AbstractGame(QObject *parent)
Definition abstract_game.cpp:6
Replay(QObject *_parent, GameReplay *_replay, bool isLocalGame)
Definition replay.cpp:5