Cockatrice
2026-09-01-Development-3.1.0-beta.10
A virtual tabletop for multiplayer card games
Loading...
Searching...
No Matches
context_join_game.h
Go to the documentation of this file.
1
#ifndef COCKATRICE_CONTEXT_JOIN_GAME_H
2
#define COCKATRICE_CONTEXT_JOIN_GAME_H
3
#include "
context_join_room.h
"
4
5
struct
ContextJoinGame
6
{
7
ContextJoinRoom
roomContext
;
8
int
gameId
;
9
bool
asSpectator
=
false
;
10
};
11
12
#endif
// COCKATRICE_CONTEXT_JOIN_GAME_H
context_join_room.h
ContextJoinGame
Definition
context_join_game.h:6
ContextJoinGame::roomContext
ContextJoinRoom roomContext
Definition
context_join_game.h:7
ContextJoinGame::gameId
int gameId
Definition
context_join_game.h:8
ContextJoinGame::asSpectator
bool asSpectator
Definition
context_join_game.h:9
ContextJoinRoom
Definition
context_join_room.h:9
cockatrice
src
interface
intents
contexts
context_join_game.h
Generated by
1.16.1