#include <server_move_card_struct.h>
Public Member Functions | |
| MoveCardStruct (Server_Card *_card, int _position, const CardToMove *_cardToMove) | |
| bool | operator< (const MoveCardStruct &other) const |
Public Attributes | |
| Server_Card * | card |
| int | position |
| const CardToMove * | cardToMove |
| int | xCoord |
| int | yCoord |
|
inline |
|
inline |
| Server_Card* MoveCardStruct::card |
| const CardToMove* MoveCardStruct::cardToMove |
| int MoveCardStruct::position |
| int MoveCardStruct::xCoord |
| int MoveCardStruct::yCoord |