MCPcopy Create free account
hub / github.com/dds-bridge/dds / HighCardType

Class HighCardType

library/src/api/dds.h:84–88  ·  view source on GitHub ↗

* @brief Identifies a high card by rank and holding hand. * * Used to track high cards in each suit during analysis. */

Source from the content-addressed store, hash-verified

82 * Used to track high cards in each suit during analysis.
83 */
84struct HighCardType
85{
86 int rank; ///< Rank of the high card (2-14)
87 int hand; ///< Hand holding the card (0-3: N, E, S, W)
88};
89
90/**
91 * @brief Complete position state during game analysis.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected