Cockatrice/cockatrice/src/interface/intents/contexts/context_join_room.h
Lukas Brübach 9729c6668d Connect/disconnect and join game/room intents.
Took 3 hours 14 minutes

Took 2 seconds
2026-06-17 04:35:50 +02:00

14 lines
267 B
C

#ifndef COCKATRICE_CONTEXT_JOIN_ROOM_H
#define COCKATRICE_CONTEXT_JOIN_ROOM_H
#include "context_connect_to_server.h"
#include <QString>
struct ContextJoinRoom
{
ContextConnectToServer serverContext;
int roomId;
};
#endif // COCKATRICE_CONTEXT_JOIN_ROOM_H