Cockatrice 2025-11-30-Development-2.11.0-beta.38
A cross-platform virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
server_spectator.h
Go to the documentation of this file.
1#ifndef SPECTATOR_H
2#define SPECTATOR_H
3
5
7{
8 Q_OBJECT
9public:
11 int _playerId,
12 const ServerInfo_User &_userInfo,
13 bool _judge,
15};
16
17#endif
Server_AbstractParticipant(Server_Game *_game, int _playerId, const ServerInfo_User &_userInfo, bool _judge, Server_AbstractUserInterface *_handler)
Definition server_abstract_participant.cpp:53
Definition server_abstractuserinterface.h:20
Definition server_game.h:47
Server_Spectator(Server_Game *_game, int _playerId, const ServerInfo_User &_userInfo, bool _judge, Server_AbstractUserInterface *_handler)
Definition server_spectator.cpp:3