Home
last modified time | relevance | path

Searched defs:NO_SUIT (Results 1 – 2 of 2) sorted by relevance

/dports/games/tty-solitaire/tty-solitaire-1.3.1/src/
H A Dcard.h22 enum suit { NO_SUIT = -1, DIAMONDS, SPADES, HEARTS, CLUBS }; enumerator
/dports/games/pysolfc/PySolFC-2.14.1/pysollib/
H A Dutil.py67 NO_SUIT = 999999 # no card can ever match this suit variable