Skip to content
Snippets Groups Projects

Resolve "button to leave game with leave game request"

Merged beckermar requested to merge 49-button-to-leave-game-with-leave-game-request into main
1 file
+ 0
6
Compare changes
  • Side-by-side
  • Inline
@@ -38,17 +38,11 @@ public:
* @brief Constructs a new trick object.
*/
trick();
explicit trick(std::string id);
trick(std::string id,
std::vector<std::pair<card*, player*>> &cards,
serializable_value<int>* trick_color,
serializable_value<int>* trump_color);
/**
* @brief Constructs a new trick object as a deep copy of another trick object.
* @param other The trick it is copied from.
*/
trick(const trick &other);
/**
Loading